Spaces:
Running
on
Zero
Running
on
Zero
liuyang
commited on
Commit
·
c4b04a5
1
Parent(s):
ce51169
update numpy version constraint to be less than 1.24.0 in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -13,7 +13,7 @@ gradio==5.0.1
|
|
13 |
spaces>=0.19.0
|
14 |
pyannote.audio==3.3.1
|
15 |
pandas>=1.5.0
|
16 |
-
numpy
|
17 |
librosa>=0.10.0
|
18 |
soundfile>=0.12.0
|
19 |
ffmpeg-python>=0.2.0
|
|
|
13 |
spaces>=0.19.0
|
14 |
pyannote.audio==3.3.1
|
15 |
pandas>=1.5.0
|
16 |
+
numpy<1.24.0
|
17 |
librosa>=0.10.0
|
18 |
soundfile>=0.12.0
|
19 |
ffmpeg-python>=0.2.0
|