Skip to content

Commit

Permalink
Prevent use of new major numpy version (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Jun 18, 2024
1 parent 80158bb commit c2cd72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"cryptography",
"h5py >= 3.6.0",
"numcodecs",
"numpy",
"numpy < 2.0.0",
"psutil",
"pyjwt",
"pytz",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bitshuffle
cryptography
h5py>=3.6.0
numcodecs
numpy
numpy<2.0.0
psutil
pyjwt
pytz
Expand Down

0 comments on commit c2cd72c

Please sign in to comment.