jung-ming commited on
Commit
1293eec
·
verified ·
1 Parent(s): ce8fe06

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- streamlit
2
- pandas
3
- joblib
4
- matplotlib
5
- shap
6
  scikit-learn==1.3.0
7
- huggingface_hub
8
- requests
 
 
 
9
 
 
1
+ numpy==1.24.4
 
 
 
 
2
  scikit-learn==1.3.0
3
+ shap==0.48.0
4
+ streamlit==1.26.0
5
+ huggingface_hub==0.13.4
6
+ pandas==2.0.3
7
+ matplotlib==3.7.1
8