Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
-
dtw-python==1.1.
|
| 2 |
editdistance==0.5.3
|
| 3 |
matplotlib==3.3.2
|
| 4 |
-
numpy==1.
|
| 5 |
-
onnxruntime==1.8.1
|
| 6 |
-
pandas==1.1.3
|
| 7 |
scipy==1.5.2
|
| 8 |
-
seaborn==0.11.
|
| 9 |
-
SoundFile==0.10.
|
| 10 |
-
torch==1.
|
| 11 |
-
tqdm==4.
|
| 12 |
-
transformers
|
|
|
|
| 1 |
+
dtw-python==1.1.12
|
| 2 |
editdistance==0.5.3
|
| 3 |
matplotlib==3.3.2
|
| 4 |
+
numpy==1.21.5
|
|
|
|
|
|
|
| 5 |
scipy==1.5.2
|
| 6 |
+
seaborn==0.11.2
|
| 7 |
+
SoundFile==0.10.3.post1
|
| 8 |
+
torch==1.10.0
|
| 9 |
+
tqdm==4.63.0
|
| 10 |
+
transformers==4.17.0
|