Skip to content

Commit 12b8f41

Browse files
authored
fix numpy versions for 2.x examples (#1830)
Signed-off-by: Cheng, Zixuan <[email protected]>
1 parent 96538c5 commit 12b8f41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/pytorch/image_recognition/3d-unet/quantization/ptq/fx/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
neural-compressor
2-
numpy<=1.23.5
2+
numpy
33
nibabel==5.0.0
44
SimpleITK==2.2.1
55
batchgenerators==0.21.0

examples/pytorch/speech_recognition/rnnt/quantization/ptq_dynamic/fx/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ absl-py
44
toml
55
text-unidecode
66
inflect
7-
librosa==0.8.1
7+
librosa
88
torch <= 1.13.1
99
tqdm
10-
numpy <= 1.22.4
10+
numpy <= 1.24.4

0 commit comments

Comments
 (0)