Spaces:
Sleeping
Sleeping
requirements.txt fix
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
torch==2.9.0
|
| 2 |
torchaudio==2.9.0
|
| 3 |
-
numpy
|
| 4 |
argbind
|
| 5 |
git+https://github.com/descriptinc/audiotools.git
|
| 6 |
-
pyharp
|
| 7 |
gradio>=4.42.0
|
| 8 |
librosa
|
| 9 |
soundfile
|
|
|
|
| 1 |
torch==2.9.0
|
| 2 |
torchaudio==2.9.0
|
| 3 |
+
numpy<2
|
| 4 |
argbind
|
| 5 |
git+https://github.com/descriptinc/audiotools.git
|
| 6 |
+
git+https://github.com/TEAMuP-dev/pyharp.git@v0.3.0
|
| 7 |
gradio>=4.42.0
|
| 8 |
librosa
|
| 9 |
soundfile
|