devan019 commited on
Commit
6fb7ed2
·
verified ·
1 Parent(s): a9e8ff3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -3,8 +3,8 @@ 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
9
  librosa>=0.10.0
10
  scikit-learn>=1.3.0
 
3
  numpy>=1.24.3;python_version>"3.10"
4
  cython>=0.29.30
5
  scipy>=1.11.2
6
+ torch==2.1.2
7
+ torchaudio==2.1.2
8
  soundfile>=0.12.0
9
  librosa>=0.10.0
10
  scikit-learn>=1.3.0