Spaces:
Running on Zero
Running on Zero
Pin NumPy 1.x for PyWavelets compatibility
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchaudio
|
| 3 |
-
stable-audio-tools
|
|
|
|
| 1 |
+
numpy<2
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
+
stable-audio-tools
|