Skip to content

Commit

Permalink
Merge pull request #134 from openfisca/dependabot/pip/openfisca-core-…
Browse files Browse the repository at this point in the history
…gte-40.0.1-and-lt-43

Update openfisca-core requirement from <42,>=40.0.1 to >=40.0.1,<43
  • Loading branch information
benjello authored Oct 8, 2024
2 parents 2082456 + e29cf55 commit c252740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
include_package_data = True, # Will read MANIFEST.in
install_requires = [
'OpenFisca-Core >=40.0.1, <42',
'OpenFisca-Core >=40.0.1, <43',
'scipy >= 0.12',
],
# message_extractors = {'openfisca_tunisia': [
Expand Down

0 comments on commit c252740

Please sign in to comment.