Spaces:
Runtime error
Runtime error
JP Hwang
commited on
Commit
·
c6b7384
1
Parent(s):
f1a15ae
Trying barebones requirements due to build fail
Browse files- requirements.txt +3 -52
requirements.txt
CHANGED
@@ -1,52 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
cachetools==5.2.0
|
5 |
-
certifi==2022.9.24
|
6 |
-
charset-normalizer==2.1.1
|
7 |
-
click==8.1.3
|
8 |
-
commonmark==0.9.1
|
9 |
-
decorator==5.1.1
|
10 |
-
entrypoints==0.4
|
11 |
-
gitdb==4.0.9
|
12 |
-
GitPython==3.1.27
|
13 |
-
idna==3.4
|
14 |
-
importlib-metadata==4.12.0
|
15 |
-
Jinja2==3.1.2
|
16 |
-
joblib==1.2.0
|
17 |
-
jsonschema==4.16.0
|
18 |
-
MarkupSafe==2.1.1
|
19 |
-
numpy==1.23.3
|
20 |
-
packaging==21.3
|
21 |
-
pandas==1.5.0
|
22 |
-
Pillow==9.2.0
|
23 |
-
plotly==5.10.0
|
24 |
-
protobuf==3.20.1
|
25 |
-
pyarrow==9.0.0
|
26 |
-
pydeck==0.8.0b3
|
27 |
-
Pygments==2.13.0
|
28 |
-
Pympler==1.0.1
|
29 |
-
pyparsing==3.0.9
|
30 |
-
pyrsistent==0.18.1
|
31 |
-
python-dateutil==2.8.2
|
32 |
-
pytz==2022.2.1
|
33 |
-
pytz-deprecation-shim==0.1.0.post0
|
34 |
-
requests==2.28.1
|
35 |
-
rich==12.5.1
|
36 |
-
scikit-learn==1.1.2
|
37 |
-
scipy==1.9.1
|
38 |
-
semver==2.13.0
|
39 |
-
six==1.16.0
|
40 |
-
smmap==5.0.0
|
41 |
-
streamlit==1.13.0
|
42 |
-
tenacity==8.1.0
|
43 |
-
threadpoolctl==3.1.0
|
44 |
-
toml==0.10.2
|
45 |
-
toolz==0.12.0
|
46 |
-
tornado==6.2
|
47 |
-
typing_extensions==4.3.0
|
48 |
-
tzdata==2022.2
|
49 |
-
tzlocal==4.2
|
50 |
-
urllib3==1.26.12
|
51 |
-
validators==0.20.0
|
52 |
-
zipp==3.8.1
|
|
|
1 |
+
pandas
|
2 |
+
plotly
|
3 |
+
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|