Plachta commited on
Commit
d1b028b
·
verified ·
1 Parent(s): efb5c9a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- --index-url https://download.pytorch.org/whl/nightly/cu126
2
- torch --pre torchvision --pre torchaudio --pre
3
- scipy
 
4
  librosa==0.10.2
5
  huggingface-hub
6
  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.1
5
  librosa==0.10.2
6
  huggingface-hub
7
  munch==4.0.0