From 1b385cad0fe3d707cb31494e45ab23cbc7116aae Mon Sep 17 00:00:00 2001 From: Shamzic Date: Tue, 12 Mar 2024 16:51:52 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20maj=20du=20num=C3=A9ro=20de=20version=20?= =?UTF-8?q?max=20openfisca-france?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85c420fd..7d259172 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ include_package_data=True, install_requires=[ 'OpenFisca-Core >= 40.0.1, < 42', - 'OpenFisca-France >= 153.0.1, < 159', + 'OpenFisca-France >= 153.0.1, < 160', 'pandas >= 1.5.3, <2.0' ], extras_require={