singhn9 commited on
Commit
683f9b5
·
verified ·
1 Parent(s): 2ac8659

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -22
requirements.txt CHANGED
@@ -1,35 +1,36 @@
1
  # --- Core Streamlit & Python essentials ---
2
- streamlit==1.39.0
3
- pandas==2.2.2
4
- numpy==1.26.4
5
- matplotlib==3.9.0
6
- seaborn==0.13.2
7
- joblib==1.4.2
8
- scikit-learn==1.5.2
9
- optuna==3.6.1
10
- shap==0.45.1
 
11
 
12
  # --- Gradient-Boosted Tree Libraries ---
13
- xgboost==2.1.1
14
- lightgbm==4.3.0
15
- catboost==1.2.5
16
 
17
  # --- Deep & Hybrid Tabular Models (optional but recommended) ---
18
- torch==2.4.1
19
- pytorch-tabular==1.1.0
20
- tabpfn==0.1.10
21
 
22
  # --- Model stacking & utilities ---
23
- scipy==1.14.1
24
- tqdm==4.66.5
25
- plotly==5.24.1
26
 
27
  # --- PDF and report generation ---
28
- fpdf==1.7.2
29
 
30
  # --- Optional for advanced visualization ---
31
- altair==5.3.0
32
- plotnine==0.13.6
33
 
34
  # --- Safety / compatibility ---
35
- typing-extensions==4.12.2
 
1
  # --- Core Streamlit & Python essentials ---
2
+ streamlit
3
+ pandas
4
+ numpy
5
+ matplotlib
6
+ seaborn
7
+
8
+ joblib
9
+ scikit-learn
10
+ optuna
11
+ shap
12
 
13
  # --- Gradient-Boosted Tree Libraries ---
14
+ xgboost
15
+ lightgbm
16
+ catboost
17
 
18
  # --- Deep & Hybrid Tabular Models (optional but recommended) ---
19
+ torch
20
+ pytorch-tabular
21
+ tabpfn
22
 
23
  # --- Model stacking & utilities ---
24
+ scipy
25
+ tqdm
26
+ plotly
27
 
28
  # --- PDF and report generation ---
29
+ fpdf
30
 
31
  # --- Optional for advanced visualization ---
32
+ altair
33
+ plotnine
34
 
35
  # --- Safety / compatibility ---
36
+ typing-extensions