Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +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
|
6 |
scipy>=1.0.0
|
7 |
tqdm==4.64.0
|
8 |
sounddevice==0.4.4
|
|
|
2 |
visdom==0.1.8.9
|
3 |
librosa>=0.8.0
|
4 |
matplotlib>=3.3.0
|
5 |
+
numpy>=1.18
|
6 |
scipy>=1.0.0
|
7 |
tqdm==4.64.0
|
8 |
sounddevice==0.4.4
|