Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ pandas
|
|
3 |
matplotlib
|
4 |
streamlit
|
5 |
plotly
|
6 |
-
scikit-learn==1.
|
7 |
numpy
|
8 |
-
joblib
|
|
|
|
3 |
matplotlib
|
4 |
streamlit
|
5 |
plotly
|
6 |
+
scikit-learn==1.0.2
|
7 |
numpy
|
8 |
+
joblib
|
9 |
+
pickle
|