Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -3,8 +3,9 @@ setuptools
|
|
3 |
# visdom
|
4 |
librosa==0.8.1
|
5 |
# matplotlib>=3.3.0
|
6 |
-
numpy==1.19.3; platform_system == "Windows"
|
7 |
-
numpy==1.21.2; platform_system != "Windows"
|
|
|
8 |
scipy>=1.0.0
|
9 |
tqdm
|
10 |
sounddevice
|
|
|
3 |
# visdom
|
4 |
librosa==0.8.1
|
5 |
# matplotlib>=3.3.0
|
6 |
+
# numpy==1.19.3; platform_system == "Windows"
|
7 |
+
# numpy==1.21.2; platform_system != "Windows"
|
8 |
+
numpy==1.22.0
|
9 |
scipy>=1.0.0
|
10 |
tqdm
|
11 |
sounddevice
|