Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit
|
2 |
joblib
|
3 |
-
scikit-learn #
|
|
|
4 |
pandas # Include if your model involves dataframes
|
5 |
numpy # Often used in model dependencies
|
|
|
1 |
streamlit
|
2 |
joblib
|
3 |
+
scikit-learn # Include this if your model uses it
|
4 |
+
|
5 |
pandas # Include if your model involves dataframes
|
6 |
numpy # Often used in model dependencies
|