yokoha commited on
Commit
4aa7f85
Β·
verified Β·
1 Parent(s): dc2be38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -7
requirements.txt CHANGED
@@ -1,10 +1,19 @@
1
- pandas
2
- numpy
3
  scipy
4
  statsmodels
5
  pyarrow
6
- plotly
7
- gradio
8
- streamlit
9
- prophet
10
- seaborn
 
 
 
 
 
 
 
 
 
 
 
1
+
 
2
  scipy
3
  statsmodels
4
  pyarrow
5
+
6
+ # ─── 핡심 ─────────────────────────────────────────
7
+ python>=3.10 # Prophet μ΅œμ‹  버전 ꢌμž₯
8
+ streamlit>=1.33
9
+ pandas>=2.2
10
+ numpy>=1.26
11
+
12
+ # ─── 예츑 λͺ¨λΈ ────────────────────────────────────
13
+ prophet>=1.1 # fbprophet β†’ prophet 으둜 변경됨
14
+
15
+ # ─── μ‹œκ°ν™” ───────────────────────────────────────
16
+ plotly>=5.20
17
+ seaborn>=0.13
18
+ matplotlib>=3.8
19
+