Spaces:
Runtime error
Runtime error
added requirements
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cmdstanpy==1.1.0
|
2 |
+
contourpy==1.0.7
|
3 |
+
convertdate==2.4.0
|
4 |
+
cycler==0.11.0
|
5 |
+
ephem==4.1.4
|
6 |
+
fonttools==4.39.4
|
7 |
+
holidays==0.26
|
8 |
+
importlib-resources==5.12.0
|
9 |
+
kiwisolver==1.4.4
|
10 |
+
LunarCalendar==0.0.9
|
11 |
+
matplotlib==3.7.1
|
12 |
+
numpy==1.24.3
|
13 |
+
packaging==23.1
|
14 |
+
pandas==2.0.2
|
15 |
+
Pillow==9.5.0
|
16 |
+
prophet==1.1.4
|
17 |
+
PyMeeus==0.5.12
|
18 |
+
pyparsing==3.0.9
|
19 |
+
python-dateutil==2.8.2
|
20 |
+
pytz==2023.3
|
21 |
+
six==1.16.0
|
22 |
+
tqdm==4.65.0
|
23 |
+
tzdata==2023.3
|
24 |
+
zipp==3.15.0
|