Spaces:
Runtime error
Runtime error
anonymous-pits
commited on
Commit
•
d428448
1
Parent(s):
9bdfdba
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
|
|
1 |
Cython==0.29.21
|
2 |
matplotlib==3.3.1
|
3 |
tensorboard==2.0.0
|
4 |
kiwipiepy==0.8.1
|
5 |
librosa==0.8.0
|
6 |
-
numpy==1.
|
7 |
scipy==1.7.2
|
8 |
torch==1.11.0
|
9 |
Unidecode==1.1.1
|
|
|
1 |
+
pip==23.2.1
|
2 |
Cython==0.29.21
|
3 |
matplotlib==3.3.1
|
4 |
tensorboard==2.0.0
|
5 |
kiwipiepy==0.8.1
|
6 |
librosa==0.8.0
|
7 |
+
numpy==1.22.3
|
8 |
scipy==1.7.2
|
9 |
torch==1.11.0
|
10 |
Unidecode==1.1.1
|