haoheliu commited on
Commit
3aef47f
1 Parent(s): 3a0bd80

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  torch<2.1.0
3
  librosa
4
- transformers
5
  git+https://github.com/huggingface/diffusers.git
6
- numpy
 
 
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  torch<2.1.0
3
  librosa
 
4
  git+https://github.com/huggingface/diffusers.git
5
+ numpy>=1.21.0
6
+ diffusers>=0.23.0
7
+ huggingface-hub>=0.17.0
8
+ transformers>=4.30.0