arnavarpit commited on
Commit
9a87430
·
verified ·
1 Parent(s): 61bce67

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- streamlit
2
- scikit-learn
3
- numpy
4
- joblib
5
- huggingface_hub
 
 
1
+ streamlit==1.38.0
2
+ scikit-learn==1.6.0
3
+ numpy==1.26.4
4
+ joblib==1.4.2
5
+ huggingface_hub>=0.34.0
6
+ pandas==2.2.3