Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
torch --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 2 |
torchvision --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 3 |
torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 4 |
-
scipy=
|
| 5 |
librosa==0.10.2
|
| 6 |
huggingface-hub
|
| 7 |
munch==4.0.0
|
|
|
|
| 1 |
torch --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 2 |
torchvision --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 3 |
torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 4 |
+
scipy>=1.13.0
|
| 5 |
librosa==0.10.2
|
| 6 |
huggingface-hub
|
| 7 |
munch==4.0.0
|