GavinHuang commited on
Commit
40ab795
·
1 Parent(s): 26fc80f

fix: update numpy version to 1.25.0 in requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ torch>=1.13.0
2
  gradio>=4.0.0
3
  nemo_toolkit[asr]>=1.18.0
4
  omegaconf>=2.2.0
5
- numpy>=1.22.0
6
  cuda-python>=12.3
7
  soundfile
8
  librosa
 
2
  gradio>=4.0.0
3
  nemo_toolkit[asr]>=1.18.0
4
  omegaconf>=2.2.0
5
+ numpy==1.25.0
6
  cuda-python>=12.3
7
  soundfile
8
  librosa