Update requirements.txt
Browse files- 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
|
| 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
|