Skip to content

Commit

Permalink
update numpy version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
e-sollier committed Jun 17, 2024
1 parent f0c4ab7 commit b3c9045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
requires-python = '>=3.7'
dependencies = [
"numpy>=1.10.0",
"numpy>=1.10.0,<2.0",
"pandas>=1.3.0",
"matplotlib>=3.4.3",
"importlib-resources>=5.0.0",
Expand Down

0 comments on commit b3c9045

Please sign in to comment.