404Brain-Not-Found-yeah
commited on
Commit
•
9aa6163
1
Parent(s):
832d529
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit>=1.24.0
|
2 |
numpy>=1.23.5
|
3 |
pandas>=1.5.3
|
4 |
-
scikit-learn
|
5 |
soundfile>=0.12.1
|
6 |
joblib>=1.2.0
|
7 |
audioread>=3.0.0
|
@@ -12,3 +12,4 @@ python-dotenv>=1.0.0
|
|
12 |
cffi>=1.15.1
|
13 |
typing-extensions>=4.4.0
|
14 |
scipy>=1.10.1
|
|
|
|
1 |
streamlit>=1.24.0
|
2 |
numpy>=1.23.5
|
3 |
pandas>=1.5.3
|
4 |
+
scikit-learn==1.2.2
|
5 |
soundfile>=0.12.1
|
6 |
joblib>=1.2.0
|
7 |
audioread>=3.0.0
|
|
|
12 |
cffi>=1.15.1
|
13 |
typing-extensions>=4.4.0
|
14 |
scipy>=1.10.1
|
15 |
+
|