Spaces:
Running on Zero
Running on Zero
Commit ·
dd33d76
1
Parent(s): aaf8354
Fix audiotools: install from git (PyPI version requires Python 3.11+)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -19,7 +19,7 @@ av
|
|
| 19 |
colorlog
|
| 20 |
loguru
|
| 21 |
torchdiffeq
|
| 22 |
-
audiotools
|
| 23 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 24 |
torchaudio==2.5.1+cu124
|
| 25 |
--find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.4.0/index.html
|
|
|
|
| 19 |
colorlog
|
| 20 |
loguru
|
| 21 |
torchdiffeq
|
| 22 |
+
git+https://github.com/descriptinc/audiotools
|
| 23 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 24 |
torchaudio==2.5.1+cu124
|
| 25 |
--find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.4.0/index.html
|