yokoha commited on
Commit
d7ad409
Β·
verified Β·
1 Parent(s): dc907f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -11
requirements.txt CHANGED
@@ -1,12 +1,19 @@
1
- scipy
2
- statsmodels
3
- pyarrow
4
- python
5
- streamlit
6
- pandas
7
- numpy
8
- prophet
9
- plotly
10
- seaborn
11
- matplotlib
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ────────── Core ──────────────────
2
+ numpy>=1.26,<1.28 # Py3.10 ν˜Έν™˜ μ΅œμƒμœ„
3
+ pandas>=2.2,<2.3
4
+ scipy>=1.11,<1.16
5
+ statsmodels>=0.14,<0.15
 
 
 
 
 
 
6
 
7
+ # ────────── Forecasting ───────────
8
+ prophet==1.1.5 # Py3.10 + cmdstanpy backend
9
+ cmdstanpy>=1.1,<1.2 # prophet λ‚΄λΆ€ 호좜
10
+
11
+ # ────────── App & Viz ─────────────
12
+ streamlit>=1.33,<2.0
13
+ plotly>=5.20,<6.0
14
+ seaborn>=0.13,<0.14
15
+ matplotlib>=3.8,<3.9
16
+ pyarrow>=14.0 # Parquet I/O
17
+
18
+ # ────────── (Optional) Dev tools ──
19
+ # jupyterlab