Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +71 -0
requirements.txt
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.0.1
|
2 |
+
attrs==23.1.0
|
3 |
+
blinker==1.6.2
|
4 |
+
cachetools==5.3.1
|
5 |
+
category-encoders==2.6.1
|
6 |
+
certifi==2023.5.7
|
7 |
+
charset-normalizer==3.1.0
|
8 |
+
click==8.1.3
|
9 |
+
cmdstanpy==1.1.0
|
10 |
+
colorama==0.4.6
|
11 |
+
contourpy==1.1.0
|
12 |
+
convertdate==2.4.0
|
13 |
+
cycler==0.11.0
|
14 |
+
decorator==5.1.1
|
15 |
+
ephem==4.1.4
|
16 |
+
fonttools==4.40.0
|
17 |
+
gitdb==4.0.10
|
18 |
+
GitPython==3.1.31
|
19 |
+
holidays==0.27.1
|
20 |
+
idna==3.4
|
21 |
+
importlib-metadata==6.7.0
|
22 |
+
importlib-resources==5.12.0
|
23 |
+
Jinja2==3.1.2
|
24 |
+
joblib==1.2.0
|
25 |
+
jsonschema==4.17.3
|
26 |
+
kiwisolver==1.4.4
|
27 |
+
LunarCalendar==0.0.9
|
28 |
+
markdown-it-py==3.0.0
|
29 |
+
MarkupSafe==2.1.3
|
30 |
+
matplotlib==3.7.1
|
31 |
+
mdurl==0.1.2
|
32 |
+
numpy==1.25.0
|
33 |
+
packaging==23.1
|
34 |
+
pandas==2.0.2
|
35 |
+
patsy==0.5.3
|
36 |
+
Pillow==9.5.0
|
37 |
+
plotly==5.15.0
|
38 |
+
prophet==1.1.4
|
39 |
+
protobuf==4.23.3
|
40 |
+
pyarrow==12.0.1
|
41 |
+
pydeck==0.8.1b0
|
42 |
+
Pygments==2.15.1
|
43 |
+
PyMeeus==0.5.12
|
44 |
+
Pympler==1.0.1
|
45 |
+
pyparsing==3.1.0
|
46 |
+
pyrsistent==0.19.3
|
47 |
+
python-dateutil==2.8.2
|
48 |
+
pytz==2023.3
|
49 |
+
pytz-deprecation-shim==0.1.0.post0
|
50 |
+
requests==2.31.0
|
51 |
+
rich==13.4.2
|
52 |
+
scikit-learn==1.2.2
|
53 |
+
scipy==1.11.0
|
54 |
+
six==1.16.0
|
55 |
+
sklearn==0.0.post5
|
56 |
+
smmap==5.0.0
|
57 |
+
statsmodels==0.14.0
|
58 |
+
streamlit==1.23.1
|
59 |
+
tenacity==8.2.2
|
60 |
+
threadpoolctl==3.1.0
|
61 |
+
toml==0.10.2
|
62 |
+
toolz==0.12.0
|
63 |
+
tornado==6.3.2
|
64 |
+
tqdm==4.65.0
|
65 |
+
typing_extensions==4.6.3
|
66 |
+
tzdata==2023.3
|
67 |
+
tzlocal==4.3.1
|
68 |
+
urllib3==2.0.3
|
69 |
+
validators==0.20.0
|
70 |
+
watchdog==3.0.0
|
71 |
+
zipp==3.15.0
|