Spaces:
Runtime error
Runtime error
kidcoconut
commited on
Commit
•
f5a9de7
1
Parent(s):
bf07389
Update requirements.txt
Browse files- requirements.txt +52 -52
requirements.txt
CHANGED
@@ -1,65 +1,65 @@
|
|
1 |
#--- conda create --name env_capstone python=3.8.16
|
2 |
#--- pip freeze | xargs pip uninstall -y #--- optional clean the conda env
|
3 |
|
4 |
-
altair==4.2.2
|
5 |
-
anyio==3.6.2
|
6 |
-
attrs==23.1.0
|
7 |
-
backports.zoneinfo==0.2.1
|
8 |
-
blinker==1.6.2
|
9 |
-
cachetools==5.3.0
|
10 |
-
certifi==2023.5.7
|
11 |
-
charset-normalizer==3.1.0
|
12 |
-
click==8.1.3
|
13 |
-
decorator==5.1.1
|
14 |
-
entrypoints==0.4
|
15 |
fastapi==0.95.2
|
16 |
-
gitdb==4.0.10
|
17 |
-
GitPython==3.1.31
|
18 |
-
h11==0.14.0
|
19 |
-
idna==3.4
|
20 |
-
importlib-metadata==6.6.0
|
21 |
-
importlib-resources==5.12.0
|
22 |
-
ipython-genutils==0.2.0
|
23 |
Jinja2==3.1.2
|
24 |
joblib==1.2.0
|
25 |
jsonschema==4.17.3
|
26 |
-
markdown-it-py==2.2.0
|
27 |
-
MarkupSafe==2.1.2
|
28 |
-
mdurl==0.1.2
|
29 |
numpy==1.24.3
|
30 |
-
packaging==23.1
|
31 |
pandas==1.5.3
|
32 |
-
Pillow==9.5.0
|
33 |
-
pkgutil_resolve_name==1.3.10
|
34 |
plotly==5.14.1
|
35 |
-
protobuf==3.20.3
|
36 |
-
pyarrow==12.0.0
|
37 |
-
pydantic==1.10.8
|
38 |
-
pydeck==0.8.1b0
|
39 |
-
Pygments==2.15.1
|
40 |
-
Pympler==1.0.1
|
41 |
-
pyrsistent==0.19.3
|
42 |
-
python-dateutil==2.8.2
|
43 |
-
pytz==2023.3
|
44 |
-
PyYAML==6.0
|
45 |
-
requests==2.31.0
|
46 |
-
rich==13.3.5
|
47 |
scikit-learn==1.1.1
|
48 |
-
scipy==1.10.1
|
49 |
-
six==1.16.0
|
50 |
-
smmap==5.0.0
|
51 |
-
sniffio==1.3.0
|
52 |
-
starlette==0.27.0
|
53 |
streamlit==1.22.0
|
54 |
-
tenacity==8.2.2
|
55 |
-
threadpoolctl==3.1.0
|
56 |
-
toml==0.10.2
|
57 |
-
toolz==0.12.0
|
58 |
-
tornado==6.3.2
|
59 |
-
typing_extensions==4.6.2
|
60 |
-
tzlocal==5.0.1
|
61 |
-
urllib3==2.0.2
|
62 |
uvicorn==0.22.0
|
63 |
-
validators==0.20.0
|
64 |
-
watchdog==3.0.0
|
65 |
-
zipp==3.15.0
|
|
|
1 |
#--- conda create --name env_capstone python=3.8.16
|
2 |
#--- pip freeze | xargs pip uninstall -y #--- optional clean the conda env
|
3 |
|
4 |
+
#altair==4.2.2
|
5 |
+
#anyio==3.6.2
|
6 |
+
#attrs==23.1.0
|
7 |
+
#backports.zoneinfo==0.2.1
|
8 |
+
#blinker==1.6.2
|
9 |
+
#cachetools==5.3.0
|
10 |
+
#certifi==2023.5.7
|
11 |
+
#charset-normalizer==3.1.0
|
12 |
+
#click==8.1.3
|
13 |
+
#decorator==5.1.1
|
14 |
+
#entrypoints==0.4
|
15 |
fastapi==0.95.2
|
16 |
+
#gitdb==4.0.10
|
17 |
+
#GitPython==3.1.31
|
18 |
+
#h11==0.14.0
|
19 |
+
#idna==3.4
|
20 |
+
#importlib-metadata==6.6.0
|
21 |
+
#importlib-resources==5.12.0
|
22 |
+
#ipython-genutils==0.2.0
|
23 |
Jinja2==3.1.2
|
24 |
joblib==1.2.0
|
25 |
jsonschema==4.17.3
|
26 |
+
#markdown-it-py==2.2.0
|
27 |
+
#MarkupSafe==2.1.2
|
28 |
+
#mdurl==0.1.2
|
29 |
numpy==1.24.3
|
30 |
+
#packaging==23.1
|
31 |
pandas==1.5.3
|
32 |
+
#Pillow==9.5.0
|
33 |
+
#pkgutil_resolve_name==1.3.10
|
34 |
plotly==5.14.1
|
35 |
+
#protobuf==3.20.3
|
36 |
+
#pyarrow==12.0.0
|
37 |
+
#pydantic==1.10.8
|
38 |
+
#pydeck==0.8.1b0
|
39 |
+
#Pygments==2.15.1
|
40 |
+
#Pympler==1.0.1
|
41 |
+
#pyrsistent==0.19.3
|
42 |
+
#python-dateutil==2.8.2
|
43 |
+
#pytz==2023.3
|
44 |
+
#PyYAML==6.0
|
45 |
+
#requests==2.31.0
|
46 |
+
#rich==13.3.5
|
47 |
scikit-learn==1.1.1
|
48 |
+
#scipy==1.10.1
|
49 |
+
#six==1.16.0
|
50 |
+
#smmap==5.0.0
|
51 |
+
#sniffio==1.3.0
|
52 |
+
#starlette==0.27.0
|
53 |
streamlit==1.22.0
|
54 |
+
#tenacity==8.2.2
|
55 |
+
#threadpoolctl==3.1.0
|
56 |
+
#toml==0.10.2
|
57 |
+
#toolz==0.12.0
|
58 |
+
#tornado==6.3.2
|
59 |
+
#typing_extensions==4.6.2
|
60 |
+
#tzlocal==5.0.1
|
61 |
+
#urllib3==2.0.2
|
62 |
uvicorn==0.22.0
|
63 |
+
#validators==0.20.0
|
64 |
+
#watchdog==3.0.0
|
65 |
+
#zipp==3.15.0
|