From cc46c75cb23aced2ba6ac3c7505d9d336ebe1397 Mon Sep 17 00:00:00 2001 From: Mahdi Ben Jelloul Date: Thu, 14 Nov 2024 13:50:42 +0100 Subject: [PATCH] Adjust pyprojetc.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 133cb48..5c00e9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,9 +19,9 @@ classifiers = [ ] requires-python = ">= 3.9" dependencies = [ - 'bottleneck >=1.3.2,<=2.0.0', + 'bottleneck >=1.4.2,<2.0.0', 'numpy >=1.24.3, <2', - 'openfisca-core[web-api] ==41.5.3', + 'openfisca-core[web-api] >=41.5.0,<41.5.3', 'scipy >= 0.12', ]