Spaces:
Running
on
Zero
Running
on
Zero
fixed numpy compatibility bug
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -2,10 +2,9 @@ scipy>=1.1.0
|
|
| 2 |
SoundFile>=0.10.2
|
| 3 |
sacred==0.7.4
|
| 4 |
librosa>=0.6.2
|
| 5 |
-
numpy>=1.
|
| 6 |
tqdm>=4.28.1
|
| 7 |
mir-eval==0.7
|
| 8 |
-
# git+https://github.com/craffel/mir_eval.git
|
| 9 |
mido>=1.2.9
|
| 10 |
Pillow>=6.2.0
|
| 11 |
dtw-python==1.3.0
|
|
@@ -14,4 +13,4 @@ torch==2.0.1
|
|
| 14 |
PyYAML==6.0
|
| 15 |
wandb>=0.15.0
|
| 16 |
huggingface_hub>=0.20.0
|
| 17 |
-
gradio>=4.0.0
|
|
|
|
| 2 |
SoundFile>=0.10.2
|
| 3 |
sacred==0.7.4
|
| 4 |
librosa>=0.6.2
|
| 5 |
+
numpy>=1.23,<2.0
|
| 6 |
tqdm>=4.28.1
|
| 7 |
mir-eval==0.7
|
|
|
|
| 8 |
mido>=1.2.9
|
| 9 |
Pillow>=6.2.0
|
| 10 |
dtw-python==1.3.0
|
|
|
|
| 13 |
PyYAML==6.0
|
| 14 |
wandb>=0.15.0
|
| 15 |
huggingface_hub>=0.20.0
|
| 16 |
+
gradio>=4.0.0
|