From 4ac5204a32c8edcf84a415c9e11fb71f940242ae Mon Sep 17 00:00:00 2001 From: benoit-cty <6603048+benoit-cty@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:00:46 +0100 Subject: [PATCH] bump OpenFisca-Core --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0373225..af7661b5 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ include_package_data = True, # Will read MANIFEST.in install_requires = [ 'numexpr <= 2.8.4', - 'OpenFisca-Core >= 41, < 42', + 'OpenFisca-Core >= 43, < 44', 'pandas >= 2.0.3, < 3.0', 'python-slugify >= 8.0.1, < 9.0', ],