Madiharehan commited on
Commit
0ebf409
·
verified ·
1 Parent(s): 164bbba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  streamlit
2
  joblib
3
- scikit-learn # Only if using sklearn-based models
 
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