Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
numpy>=1.
|
|
|
|
|
2 |
transformers~=4.22.1
|
3 |
matplotlib~=3.2.2
|
4 |
textgrid~=1.5
|
@@ -12,7 +14,4 @@ scipy>=1.7.0,<1.11.0
|
|
12 |
python_speech_features~=0.6
|
13 |
opencv-python~=4.7.0.68
|
14 |
pyglet~=1.5
|
15 |
-
streamlit
|
16 |
-
torch==2.1.2
|
17 |
-
torchaudio==2.1.2
|
18 |
-
|
|
|
1 |
+
numpy>=1.19.5,<1.27.0
|
2 |
+
torch==2.1.2
|
3 |
+
torchaudio==2.1.2
|
4 |
transformers~=4.22.1
|
5 |
matplotlib~=3.2.2
|
6 |
textgrid~=1.5
|
|
|
14 |
python_speech_features~=0.6
|
15 |
opencv-python~=4.7.0.68
|
16 |
pyglet~=1.5
|
17 |
+
streamlit
|
|
|
|
|
|