Update requirements.txt
Browse files- requirements.txt +87 -10
requirements.txt
CHANGED
@@ -1,11 +1,88 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
streamlit==1.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.3.0
|
2 |
+
altair==4.2.0
|
3 |
+
anyio==3.6.2
|
4 |
+
astunparse==1.6.3
|
5 |
+
attrs==22.1.0
|
6 |
+
backports.zoneinfo==0.2.1
|
7 |
+
blinker==1.5
|
8 |
+
cachetools==5.2.0
|
9 |
+
certifi==2022.9.24
|
10 |
+
charset-normalizer==2.1.1
|
11 |
+
click==8.1.3
|
12 |
+
commonmark==0.9.1
|
13 |
+
decorator==5.1.1
|
14 |
+
entrypoints==0.4
|
15 |
+
fastapi==0.88.0
|
16 |
+
flatbuffers==22.11.23
|
17 |
+
gast==0.4.0
|
18 |
+
gitdb==4.0.10
|
19 |
+
GitPython==3.1.29
|
20 |
+
google-auth==2.15.0
|
21 |
+
google-auth-oauthlib==0.4.6
|
22 |
+
google-pasta==0.2.0
|
23 |
+
grpcio==1.51.1
|
24 |
+
gunicorn==20.1.0
|
25 |
+
h11==0.14.0
|
26 |
+
h5py==3.7.0
|
27 |
+
idna==3.4
|
28 |
+
importlib-metadata==5.1.0
|
29 |
+
importlib-resources==5.10.0
|
30 |
+
Jinja2==3.1.2
|
31 |
+
jsonschema==4.17.3
|
32 |
+
keras==2.11.0
|
33 |
+
libclang==14.0.6
|
34 |
+
Markdown==3.4.1
|
35 |
+
MarkupSafe==2.1.1
|
36 |
+
numpy==1.23.5
|
37 |
+
oauthlib==3.2.2
|
38 |
+
opencv-python==4.6.0.66
|
39 |
+
opt-einsum==3.3.0
|
40 |
+
packaging==21.3
|
41 |
+
pandas==1.5.2
|
42 |
+
Pillow==9.3.0
|
43 |
+
pkgutil_resolve_name==1.3.10
|
44 |
+
protobuf==3.19.6
|
45 |
+
pyarrow==10.0.1
|
46 |
+
pyasn1==0.4.8
|
47 |
+
pyasn1-modules==0.2.8
|
48 |
+
pycrypto==2.6.1
|
49 |
+
pydantic==1.10.2
|
50 |
+
pydeck==0.8.0
|
51 |
+
Pygments==2.13.0
|
52 |
+
Pympler==1.0.1
|
53 |
+
pyparsing==3.0.9
|
54 |
+
pyrsistent==0.19.2
|
55 |
+
python-dateutil==2.8.2
|
56 |
+
python-multipart==0.0.5
|
57 |
+
pytz==2022.6
|
58 |
+
pytz-deprecation-shim==0.1.0.post0
|
59 |
+
requests==2.28.1
|
60 |
+
requests-oauthlib==1.3.1
|
61 |
+
rich==12.6.0
|
62 |
+
rsa==4.9
|
63 |
+
semver==2.13.0
|
64 |
+
six==1.16.0
|
65 |
+
smmap==5.0.0
|
66 |
+
sniffio==1.3.0
|
67 |
+
starlette==0.22.0
|
68 |
streamlit==1.15.2
|
69 |
+
tensorboard==2.11.0
|
70 |
+
tensorboard-data-server==0.6.1
|
71 |
+
tensorboard-plugin-wit==1.8.1
|
72 |
+
tensorflow-cpu==2.11.0
|
73 |
+
tensorflow-estimator==2.11.0
|
74 |
+
tensorflow-io-gcs-filesystem==0.28.0
|
75 |
+
termcolor==2.1.1
|
76 |
+
toml==0.10.2
|
77 |
+
toolz==0.12.0
|
78 |
+
tornado==6.2
|
79 |
+
typing_extensions==4.4.0
|
80 |
+
tzdata==2022.7
|
81 |
+
tzlocal==4.2
|
82 |
+
urllib3==1.26.13
|
83 |
+
uvicorn==0.20.0
|
84 |
+
validators==0.20.0
|
85 |
+
watchdog==2.2.0
|
86 |
+
Werkzeug==2.2.2
|
87 |
+
wrapt==1.14.1
|
88 |
+
zipp==3.11.0
|