Skip to content

Commit

Permalink
Try to improve pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Nov 14, 2024
1 parent 3e682c3 commit db8d757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ classifiers = [
]
requires-python = ">= 3.9"
dependencies = [
'bottleneck >=1.4.2,<2.0.0',
'bottleneck >=1.4.2, <2.0.0',
'numpy >=1.24.3, <2',
'openfisca-core[web-api] >=41.5.0,<41.5.3',
'openfisca-core[web-api] >=41.5.0, <41.5.3',
'scipy >= 0.12',
]

Expand Down

0 comments on commit db8d757

Please sign in to comment.