Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
numpy~=1.21.
|
2 |
transformers~=4.22.1
|
3 |
matplotlib~=3.2.2
|
4 |
textgrid~=1.5
|
@@ -11,4 +11,7 @@ librosa~=0.9.2
|
|
11 |
scipy~=1.7.3
|
12 |
python_speech_features~=0.6
|
13 |
opencv-python~=4.7.0.68
|
14 |
-
pyglet~=1.5
|
|
|
|
|
|
|
|
1 |
+
numpy~=1.21.6
|
2 |
transformers~=4.22.1
|
3 |
matplotlib~=3.2.2
|
4 |
textgrid~=1.5
|
|
|
11 |
scipy~=1.7.3
|
12 |
python_speech_features~=0.6
|
13 |
opencv-python~=4.7.0.68
|
14 |
+
pyglet~=1.5
|
15 |
+
torch==1.10.1+cu111
|
16 |
+
torchaudio==0.10.1+cu111
|
17 |
+
torchvision==0.11.2+cu111
|