Mike0021 commited on
Commit
e693a3d
·
verified ·
1 Parent(s): 4bada97

Fix Python 3.10 NumPy compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  gradio==6.10.0
2
  spaces==0.51.0
3
  muscriptor==0.2.1
4
- numpy==2.3.5
5
  einops==0.8.2
6
  mido==1.3.3
7
  soundfile==0.14.0
 
1
  gradio==6.10.0
2
  spaces==0.51.0
3
  muscriptor==0.2.1
4
+ numpy==1.26.4
5
  einops==0.8.2
6
  mido==1.3.3
7
  soundfile==0.14.0