Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch==2.
|
2 |
-
torchvision==0.
|
3 |
-
torchaudio==
|
4 |
-
librosa==0.
|
5 |
-
numpy==1.
|
6 |
-
scipy==1.
|
7 |
-
scikit-learn==
|
8 |
-
joblib==1.
|
9 |
-
gradio==
|
|
|
1 |
+
torch==2.2.1
|
2 |
+
torchvision==0.17.1
|
3 |
+
torchaudio==2.1
|
4 |
+
librosa==0.10.1
|
5 |
+
numpy==1.26.4
|
6 |
+
scipy==1.12.0
|
7 |
+
scikit-learn==1.1
|
8 |
+
joblib==1.3.2
|
9 |
+
gradio==4.19.2
|