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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -15
requirements.txt CHANGED
@@ -1,19 +1,12 @@
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
 
 
 
1
  scipy
2
  statsmodels
3
  pyarrow
4
+ python
5
+ streamlit
6
+ pandas
7
+ numpy
8
+ prophet
9
+ plotly
10
+ seaborn
11
+ matplotlib
 
 
 
 
 
 
12