Upload requirements.txt
Browse files- requirements.txt +117 -114
requirements.txt
CHANGED
@@ -1,138 +1,140 @@
|
|
1 |
absl-py==1.4.0
|
2 |
-
aiofiles
|
3 |
-
aiohttp
|
4 |
-
altair
|
5 |
-
anyio
|
6 |
-
asttokens
|
7 |
astunparse==1.6.3
|
8 |
async-timeout==3.0.1
|
9 |
-
attrs
|
10 |
-
backcall
|
11 |
-
backports.functools-lru-cache
|
12 |
black==23.3.0
|
13 |
-
blis
|
14 |
-
brotlipy
|
15 |
cachetools==5.3.0
|
16 |
-
catalogue
|
17 |
certifi==2022.12.7
|
18 |
-
cffi
|
19 |
-
chardet
|
20 |
charset-normalizer==3.0.1
|
21 |
click==8.1.3
|
22 |
-
colorama
|
23 |
commonmark==0.9.1
|
24 |
-
confection
|
25 |
-
contourpy
|
26 |
-
cryptography
|
27 |
-
cycler
|
28 |
-
cymem
|
29 |
-
dataclasses
|
30 |
-
decorator
|
31 |
-
entrypoints
|
32 |
-
execnb
|
33 |
-
executing
|
34 |
-
fastai
|
35 |
-
fastapi
|
36 |
-
fastcore
|
37 |
-
fastdownload
|
38 |
-
fastprogress
|
39 |
-
ffmpy
|
40 |
-
filelock
|
41 |
flatbuffers==23.1.21
|
42 |
-
fonttools
|
43 |
-
fsspec
|
44 |
-
future
|
45 |
gast==0.4.0
|
46 |
-
ghapi
|
47 |
google-auth==2.16.1
|
48 |
google-auth-oauthlib==0.4.6
|
49 |
google-pasta==0.2.0
|
50 |
-
gradio
|
51 |
grpcio==1.51.1
|
52 |
-
h11
|
53 |
-
h2
|
54 |
h5py==3.8.0
|
55 |
hpack==4.0.0
|
56 |
-
httpcore
|
57 |
-
httpx
|
58 |
-
huggingface-hub
|
59 |
-
hyperframe
|
60 |
idna==3.4
|
61 |
-
importlib-metadata
|
62 |
-
importlib-resources
|
63 |
-
ipython
|
64 |
-
jedi
|
65 |
-
Jinja2
|
66 |
-
joblib
|
67 |
-
jsonschema
|
68 |
keras==2.10.0
|
69 |
Keras-Preprocessing==1.1.2
|
70 |
-
kiwisolver
|
71 |
-
langcodes
|
72 |
libclang==15.0.6.1
|
73 |
-
linkify-it-py
|
74 |
Markdown==3.4.1
|
75 |
-
markdown-it-py
|
76 |
MarkupSafe==2.1.2
|
77 |
-
matplotlib
|
78 |
-
matplotlib-inline
|
79 |
-
mdit-py-plugins
|
80 |
-
mdurl
|
81 |
-
multidict
|
82 |
munkres==1.1.4
|
83 |
-
murmurhash
|
84 |
mypy-extensions==1.0.0
|
85 |
-
nbdev
|
86 |
numpy==1.24.2
|
87 |
opt-einsum==3.3.0
|
88 |
-
orjson
|
89 |
packaging==23.0
|
90 |
-
pandas
|
91 |
-
parso
|
92 |
pathspec==0.11.1
|
93 |
-
pathy
|
94 |
-
pexpect
|
95 |
-
pickleshare
|
96 |
-
Pillow
|
97 |
-
|
|
|
98 |
platformdirs==3.5.0
|
99 |
-
pooch
|
100 |
-
preshed
|
101 |
-
prompt-toolkit
|
102 |
protobuf==3.19.6
|
103 |
-
ptyprocess
|
104 |
-
pure-eval
|
105 |
pyasn1==0.4.8
|
106 |
pyasn1-modules==0.2.8
|
107 |
-
pycparser
|
108 |
-
pydantic
|
109 |
-
pydub
|
110 |
-
Pygments
|
111 |
-
pyOpenSSL
|
112 |
-
pyparsing
|
113 |
-
pyrsistent
|
114 |
-
PySocks
|
115 |
-
python-dateutil
|
116 |
-
python-multipart
|
117 |
-
pytz
|
118 |
-
PyYAML
|
119 |
requests==2.28.2
|
120 |
requests-oauthlib==1.3.1
|
121 |
-
rich
|
122 |
rsa==4.9
|
123 |
-
scikit-learn
|
124 |
scipy==1.10.1
|
125 |
-
semantic-version
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
spacy
|
132 |
-
spacy-
|
133 |
-
|
134 |
-
|
135 |
-
|
|
|
136 |
tensorboard==2.10.1
|
137 |
tensorboard-data-server==0.6.1
|
138 |
tensorboard-plugin-wit==1.8.1
|
@@ -141,25 +143,26 @@ tensorflow-directml-plugin==0.4.0.dev230202
|
|
141 |
tensorflow-estimator==2.10.0
|
142 |
tensorflow-io-gcs-filesystem==0.30.0
|
143 |
termcolor==2.2.0
|
144 |
-
thinc
|
145 |
-
threadpoolctl
|
146 |
tomli==2.0.1
|
147 |
-
toolz
|
148 |
torch==1.13.1.post200
|
149 |
-
torchvision
|
150 |
-
tqdm
|
151 |
-
traitlets
|
152 |
-
typer
|
153 |
typing_extensions==4.5.0
|
154 |
-
tzdata
|
155 |
-
uc-micro-py
|
156 |
-
unicodedata2
|
157 |
urllib3==1.26.14
|
158 |
-
uvicorn
|
159 |
-
wasabi
|
160 |
-
wcwidth
|
161 |
-
websockets
|
162 |
Werkzeug==2.2.3
|
|
|
163 |
wrapt==1.14.1
|
164 |
-
yarl
|
165 |
-
zipp
|
|
|
1 |
absl-py==1.4.0
|
2 |
+
aiofiles==23.1.0
|
3 |
+
aiohttp==3.7.4.post0
|
4 |
+
altair==4.2.2
|
5 |
+
anyio==3.6.2
|
6 |
+
asttokens==2.2.1
|
7 |
astunparse==1.6.3
|
8 |
async-timeout==3.0.1
|
9 |
+
attrs==23.1.0
|
10 |
+
backcall==0.2.0
|
11 |
+
backports.functools-lru-cache==1.6.4
|
12 |
black==23.3.0
|
13 |
+
blis==0.7.9
|
14 |
+
brotlipy==0.7.0
|
15 |
cachetools==5.3.0
|
16 |
+
catalogue==2.0.8
|
17 |
certifi==2022.12.7
|
18 |
+
cffi==1.15.1
|
19 |
+
chardet==4.0.0
|
20 |
charset-normalizer==3.0.1
|
21 |
click==8.1.3
|
22 |
+
colorama==0.4.6
|
23 |
commonmark==0.9.1
|
24 |
+
confection==0.0.4
|
25 |
+
contourpy==1.0.7
|
26 |
+
cryptography==40.0.2
|
27 |
+
cycler==0.11.0
|
28 |
+
cymem==2.0.7
|
29 |
+
dataclasses==0.8
|
30 |
+
decorator==5.1.1
|
31 |
+
entrypoints==0.4
|
32 |
+
execnb==0.1.5
|
33 |
+
executing==1.2.0
|
34 |
+
fastai==2.7.11
|
35 |
+
fastapi==0.95.1
|
36 |
+
fastcore==1.5.29
|
37 |
+
fastdownload==0.0.7
|
38 |
+
fastprogress==1.0.3
|
39 |
+
ffmpy==0.3.0
|
40 |
+
filelock==3.12.0
|
41 |
flatbuffers==23.1.21
|
42 |
+
fonttools==4.39.3
|
43 |
+
fsspec==2023.4.0
|
44 |
+
future==0.18.3
|
45 |
gast==0.4.0
|
46 |
+
ghapi==1.0.3
|
47 |
google-auth==2.16.1
|
48 |
google-auth-oauthlib==0.4.6
|
49 |
google-pasta==0.2.0
|
50 |
+
gradio==3.23.0
|
51 |
grpcio==1.51.1
|
52 |
+
h11==0.14.0
|
53 |
+
h2==4.1.0
|
54 |
h5py==3.8.0
|
55 |
hpack==4.0.0
|
56 |
+
httpcore==0.17.0
|
57 |
+
httpx==0.24.0
|
58 |
+
huggingface-hub==0.14.1
|
59 |
+
hyperframe==6.0.1
|
60 |
idna==3.4
|
61 |
+
importlib-metadata==6.6.0
|
62 |
+
importlib-resources==5.12.0
|
63 |
+
ipython==8.13.2
|
64 |
+
jedi==0.18.2
|
65 |
+
Jinja2==3.1.2
|
66 |
+
joblib==1.2.0
|
67 |
+
jsonschema==4.17.3
|
68 |
keras==2.10.0
|
69 |
Keras-Preprocessing==1.1.2
|
70 |
+
kiwisolver==1.4.4
|
71 |
+
langcodes==3.3.0
|
72 |
libclang==15.0.6.1
|
73 |
+
linkify-it-py==2.0.0
|
74 |
Markdown==3.4.1
|
75 |
+
markdown-it-py==2.2.0
|
76 |
MarkupSafe==2.1.2
|
77 |
+
matplotlib==3.7.1
|
78 |
+
matplotlib-inline==0.1.6
|
79 |
+
mdit-py-plugins==0.3.3
|
80 |
+
mdurl==0.1.0
|
81 |
+
multidict==6.0.4
|
82 |
munkres==1.1.4
|
83 |
+
murmurhash==1.0.9
|
84 |
mypy-extensions==1.0.0
|
85 |
+
nbdev==2.2.10
|
86 |
numpy==1.24.2
|
87 |
opt-einsum==3.3.0
|
88 |
+
orjson==3.8.11
|
89 |
packaging==23.0
|
90 |
+
pandas==2.0.1
|
91 |
+
parso==0.8.3
|
92 |
pathspec==0.11.1
|
93 |
+
pathy==0.10.1
|
94 |
+
pexpect==4.8.0
|
95 |
+
pickleshare==0.7.5
|
96 |
+
Pillow==9.5.0
|
97 |
+
pip==23.1.2
|
98 |
+
pkgutil_resolve_name==1.3.10
|
99 |
platformdirs==3.5.0
|
100 |
+
pooch==1.7.0
|
101 |
+
preshed==3.0.8
|
102 |
+
prompt-toolkit==3.0.38
|
103 |
protobuf==3.19.6
|
104 |
+
ptyprocess==0.7.0
|
105 |
+
pure-eval==0.2.2
|
106 |
pyasn1==0.4.8
|
107 |
pyasn1-modules==0.2.8
|
108 |
+
pycparser==2.21
|
109 |
+
pydantic==1.10.7
|
110 |
+
pydub==0.25.1
|
111 |
+
Pygments==2.15.1
|
112 |
+
pyOpenSSL==23.1.1
|
113 |
+
pyparsing==3.0.9
|
114 |
+
pyrsistent==0.19.3
|
115 |
+
PySocks==1.7.1
|
116 |
+
python-dateutil==2.8.2
|
117 |
+
python-multipart==0.0.6
|
118 |
+
pytz==2023.3
|
119 |
+
PyYAML==6.0
|
120 |
requests==2.28.2
|
121 |
requests-oauthlib==1.3.1
|
122 |
+
rich==12.6.0
|
123 |
rsa==4.9
|
124 |
+
scikit-learn==1.2.2
|
125 |
scipy==1.10.1
|
126 |
+
semantic-version==2.10.0
|
127 |
+
setuptools==67.7.2
|
128 |
+
shellingham==1.5.1
|
129 |
+
six==1.16.0
|
130 |
+
smart-open==5.2.1
|
131 |
+
sniffio==1.3.0
|
132 |
+
spacy==3.5.2
|
133 |
+
spacy-legacy==3.0.12
|
134 |
+
spacy-loggers==1.0.4
|
135 |
+
srsly==2.4.6
|
136 |
+
stack-data==0.6.2
|
137 |
+
starlette==0.26.1
|
138 |
tensorboard==2.10.1
|
139 |
tensorboard-data-server==0.6.1
|
140 |
tensorboard-plugin-wit==1.8.1
|
|
|
143 |
tensorflow-estimator==2.10.0
|
144 |
tensorflow-io-gcs-filesystem==0.30.0
|
145 |
termcolor==2.2.0
|
146 |
+
thinc==8.1.10
|
147 |
+
threadpoolctl==3.1.0
|
148 |
tomli==2.0.1
|
149 |
+
toolz==0.12.0
|
150 |
torch==1.13.1.post200
|
151 |
+
torchvision==0.14.1a0+59d9189
|
152 |
+
tqdm==4.65.0
|
153 |
+
traitlets==5.9.0
|
154 |
+
typer==0.7.0
|
155 |
typing_extensions==4.5.0
|
156 |
+
tzdata==2023.3
|
157 |
+
uc-micro-py==1.0.1
|
158 |
+
unicodedata2==15.0.0
|
159 |
urllib3==1.26.14
|
160 |
+
uvicorn==0.22.0
|
161 |
+
wasabi==1.1.1
|
162 |
+
wcwidth==0.2.6
|
163 |
+
websockets==11.0.2
|
164 |
Werkzeug==2.2.3
|
165 |
+
wheel==0.40.0
|
166 |
wrapt==1.14.1
|
167 |
+
yarl==1.9.1
|
168 |
+
zipp==3.15.0
|