Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,7 @@ umap-learn==0.5.3
|
|
| 2 |
visdom==0.1.8.9
|
| 3 |
librosa>=0.8.0
|
| 4 |
matplotlib>=3.3.0
|
| 5 |
-
numpy==1.
|
| 6 |
-
numpy==1.19.4; platform_system != "Windows"
|
| 7 |
scipy>=1.0.0
|
| 8 |
tqdm==4.64.0
|
| 9 |
sounddevice==0.4.4
|
|
|
|
| 2 |
visdom==0.1.8.9
|
| 3 |
librosa>=0.8.0
|
| 4 |
matplotlib>=3.3.0
|
| 5 |
+
numpy==1.23.1
|
|
|
|
| 6 |
scipy>=1.0.0
|
| 7 |
tqdm==4.64.0
|
| 8 |
sounddevice==0.4.4
|