Spaces:
Running on Zero
Running on Zero
Fix Python 3.10 NumPy compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
gradio==6.10.0
|
| 2 |
spaces==0.51.0
|
| 3 |
muscriptor==0.2.1
|
| 4 |
-
numpy==
|
| 5 |
einops==0.8.2
|
| 6 |
mido==1.3.3
|
| 7 |
soundfile==0.14.0
|
|
|
|
| 1 |
gradio==6.10.0
|
| 2 |
spaces==0.51.0
|
| 3 |
muscriptor==0.2.1
|
| 4 |
+
numpy==1.26.4
|
| 5 |
einops==0.8.2
|
| 6 |
mido==1.3.3
|
| 7 |
soundfile==0.14.0
|