TaiYouWeb commited on
Commit
457e078
·
verified ·
1 Parent(s): 871d9bb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu124
 
 
2
  numpy==1.22.0;python_version<="3.10"
3
  numpy>=1.24.3;python_version>"3.10"
4
- cython>=0.29.30
5
- scipy>=1.11.2
6
  torch>=2.1
7
  torchaudio
8
  soundfile>=0.12.0
 
1
  --extra-index-url https://download.pytorch.org/whl/cu124
2
+ setuptools>=65.5.0
3
+ wheel>=0.41.0
4
  numpy==1.22.0;python_version<="3.10"
5
  numpy>=1.24.3;python_version>"3.10"
6
+ cython
7
+ scipy
8
  torch>=2.1
9
  torchaudio
10
  soundfile>=0.12.0