Skip to content

Commit

Permalink
add numpy version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
wenh06 committed Jul 20, 2024
1 parent ae8291d commit c9775f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-no-torch.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
einops
h5py
numpy
numpy<2.0.0
pandas
Pillow
scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
einops
h5py
numpy
numpy<2.0.0
pandas
Pillow
scikit-learn
Expand Down

0 comments on commit c9775f0

Please sign in to comment.