Skip to content

Commit

Permalink
fix numpy versions for 2.x examples (#1830)
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng, Zixuan <[email protected]>
  • Loading branch information
violetch24 authored Jun 5, 2024
1 parent 96538c5 commit 12b8f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
neural-compressor
numpy<=1.23.5
numpy
nibabel==5.0.0
SimpleITK==2.2.1
batchgenerators==0.21.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ absl-py
toml
text-unidecode
inflect
librosa==0.8.1
librosa
torch <= 1.13.1
tqdm
numpy <= 1.22.4
numpy <= 1.24.4

0 comments on commit 12b8f41

Please sign in to comment.