Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -15
requirements.txt
CHANGED
@@ -1,19 +1,12 @@
|
|
1 |
-
|
2 |
scipy
|
3 |
statsmodels
|
4 |
pyarrow
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
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 |
|