Skip to content

Commit

Permalink
add a pin on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 16, 2024
1 parent c55a429 commit 9206eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ dependencies = [
"matplotlib>=3.8.2",
"multiprocess",
"numba>=0.59.0",
"numpy>=1.26.2",
# TODO unpin when https://github.com/Unidata/netcdf4-python/issues/1343 is resolved
"numpy>=1.26.2,<2.0.0",
"opencv-python>=4.9.0.80",
"pandas>=2.1.4",
"pillow>=10.1.0",
Expand Down

0 comments on commit 9206eb6

Please sign in to comment.