Update requirements.txt
Browse files- requirements.txt +13 -11
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
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
|