singhn9 commited on
Commit
2ac8659
·
verified ·
1 Parent(s): 50ad074

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -22
requirements.txt CHANGED
@@ -1,35 +1,35 @@
1
  # --- Core Streamlit & Python essentials ---
2
- streamlit
3
- pandas
4
- numpy
5
- matplotlib
6
- seaborn
7
- joblib
8
- scikit-learn
9
- optuna
10
- shap
11
 
12
  # --- Gradient-Boosted Tree Libraries ---
13
- xgboost
14
- lightgbm
15
- catboost
16
 
17
  # --- Deep & Hybrid Tabular Models (optional but recommended) ---
18
- torch
19
- pytorch-tabular
20
- tabpfn
21
 
22
  # --- Model stacking & utilities ---
23
- scipy
24
- tqdm
25
- plotly
26
 
27
  # --- PDF and report generation ---
28
- fpdf
29
 
30
  # --- Optional for advanced visualization ---
31
- altair
32
- plotnine
33
 
34
  # --- Safety / compatibility ---
35
- typing-extensions
 
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