Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ visdom
|
|
4 |
librosa==0.8.1
|
5 |
matplotlib>=3.3.0
|
6 |
numpy==1.19.3; platform_system == "Windows"
|
7 |
-
numpy==1.
|
8 |
scipy>=1.0.0
|
9 |
tqdm
|
10 |
sounddevice
|
|
|
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
|