Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,6 +5,6 @@ MarkupSafe>=2.0
|
|
5 |
Werkzeug==2.2.2
|
6 |
numpy>=1.9.2
|
7 |
scipy>=0.15.1
|
8 |
-
scikit-learn
|
9 |
matplotlib>=1.4.3
|
10 |
pandas>=0.19
|
|
|
5 |
Werkzeug==2.2.2
|
6 |
numpy>=1.9.2
|
7 |
scipy>=0.15.1
|
8 |
+
scikit-learn==1.0.2
|
9 |
matplotlib>=1.4.3
|
10 |
pandas>=0.19
|