Skip to content

Commit

Permalink
fix typo in numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Feb 15, 2024
1 parent 48c3c1e commit 441d7e5
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 @@ -38,7 +38,7 @@ dependencies = [
"geopack==1.0.10",
"matplotlib>=3.8.0",
"numba>=0.59.0",
"numpy<1.2,7>=1.22",
"numpy<1.27,>=1.22",
"pandas==1.5.0",
"pycdfpp==0.6.0",
"python-dateutil==2.8.2",
Expand Down

0 comments on commit 441d7e5

Please sign in to comment.