From 845834299ec1fbc484af915fd2e30def8d47ef76 Mon Sep 17 00:00:00 2001 From: Mahdi Ben Jelloul Date: Fri, 27 Sep 2024 15:50:40 +0100 Subject: [PATCH] Fix corre dep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b178677a..f843ff15 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ ), include_package_data = True, # Will read MANIFEST.in install_requires = [ - 'OpenFisca-Core >=34, <36', + 'OpenFisca-Core >=40.0.1, <42', 'PyYAML >= 3.10', 'scipy >= 0.12', ],