Gaurav069 commited on
Commit
b343518
1 Parent(s): f736b41

Update requirements.txt

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