Gaurav069 commited on
Commit
9d86a56
1 Parent(s): ba67510

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -11
requirements.txt CHANGED
@@ -1,11 +1,14 @@
1
-
2
- streamlit==1.34.0
3
- joblib==1.4.2
4
- numpy==1.26.4
5
- pandas==2.2.2
6
- scikit-learn==1.4.2
7
- datashader==0.16.2
8
- colorcet==3.1.0
9
- plotly==5.22.0
10
- matplotlib==3.9.0
11
- seaborn==0.13.2
 
 
 
 
1
+
2
+ streamlit==1.34.0
3
+ joblib==1.4.2
4
+ numpy==1.26.4
5
+ pandas==2.2.2
6
+ scikit-learn==1.4.2
7
+ datashader==0.16.2
8
+ colorcet==3.1.0
9
+ plotly==5.22.0
10
+ matplotlib==3.9.0
11
+ seaborn==0.13.2
12
+ xgboost==2.0.3
13
+ lightgbm==4.3.0
14
+ statsmodels==0.14.2