Spaces:
Runtime error
Runtime error
Commit ·
5368837
1
Parent(s): 9e4d137
original requirements
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
-e git+https://github.com/TEAMuP-dev/pyharp.git#egg=pyharp
|
| 2 |
demucs
|
| 3 |
dora-search
|
|
@@ -7,13 +8,11 @@ lameenc>=1.2
|
|
| 7 |
openunmix
|
| 8 |
pyyaml
|
| 9 |
tqdm
|
| 10 |
-
torch=
|
| 11 |
torchaudio>=0.8, <2.1
|
| 12 |
diffq>=0.2.1
|
| 13 |
ffmpeg
|
| 14 |
numpy<2
|
| 15 |
scipy
|
| 16 |
soundfile
|
| 17 |
-
hydra-core>=1.1
|
| 18 |
-
typing
|
| 19 |
-
pydantic==2.10.6
|
|
|
|
| 1 |
+
|
| 2 |
-e git+https://github.com/TEAMuP-dev/pyharp.git#egg=pyharp
|
| 3 |
demucs
|
| 4 |
dora-search
|
|
|
|
| 8 |
openunmix
|
| 9 |
pyyaml
|
| 10 |
tqdm
|
| 11 |
+
torch>=1.8.1, <2.1
|
| 12 |
torchaudio>=0.8, <2.1
|
| 13 |
diffq>=0.2.1
|
| 14 |
ffmpeg
|
| 15 |
numpy<2
|
| 16 |
scipy
|
| 17 |
soundfile
|
| 18 |
+
hydra-core>=1.1
|
|
|
|
|
|