emrecan commited on
Commit
1a19bf1
1 Parent(s): bbb5b87

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +138 -29
requirements.txt CHANGED
@@ -1,75 +1,145 @@
 
 
 
 
1
  altair==4.1.0
2
- argon2-cffi==21.1.0
 
 
3
  astor==0.8.1
 
 
4
  attrs==21.2.0
5
  backcall==0.2.0
6
  backports.zoneinfo==0.2.1
7
  base58==2.1.1
8
- black==21.11b1
9
- bleach==4.1.0
 
10
  blinker==1.4
 
 
11
  cachetools==4.2.4
 
12
  certifi==2021.10.8
13
  cffi==1.15.0
14
- charset-normalizer==2.0.9
15
- click==7.1.2
 
 
 
16
  cycler==0.11.0
 
 
 
 
 
 
 
 
17
  debugpy==1.5.1
18
  decorator==5.1.0
19
  defusedxml==0.7.1
 
 
20
  entrypoints==0.3
21
- filelock==3.4.0
22
- fonttools==4.28.3
 
 
 
 
 
 
 
 
 
 
23
  gitdb==4.0.9
24
  GitPython==3.1.24
25
- huggingface-hub==0.2.1
 
 
 
 
 
26
  idna==3.3
27
- importlib-resources==5.4.0
 
28
  ipykernel==6.6.0
29
  ipython==7.30.1
30
  ipython-genutils==0.2.0
31
  ipywidgets==7.6.5
 
32
  jedi==0.18.1
 
33
  Jinja2==3.0.3
34
  joblib==1.1.0
35
- jsonschema==4.2.1
36
  jupyter-client==7.1.0
37
  jupyter-core==4.9.1
38
- jupyterlab-pygments==0.1.2
39
  jupyterlab-widgets==1.0.2
 
 
40
  kiwisolver==1.3.2
 
 
 
 
 
41
  MarkupSafe==2.0.1
42
- matplotlib==3.5.0
43
  matplotlib-inline==0.1.3
44
  mistune==0.8.4
 
 
 
45
  mypy-extensions==0.4.3
46
- nbclient==0.5.9
47
- nbconvert==6.3.0
48
- nbformat==5.1.3
49
  nest-asyncio==1.5.4
50
- notebook==6.4.6
 
 
51
  numpy==1.21.4
52
- packaging==21.3
53
- pandas==1.3.4
 
 
 
54
  pandocfilters==1.5.0
55
  parso==0.8.3
56
  pathspec==0.9.0
 
 
57
  pexpect==4.8.0
58
  pickleshare==0.7.5
59
  Pillow==8.4.0
60
  platformdirs==2.4.0
61
  plotly==5.4.0
62
- prometheus-client==0.12.0
63
- prompt-toolkit==3.0.23
 
 
64
  protobuf==3.19.1
 
65
  ptyprocess==0.7.0
66
- pyarrow==6.0.1
 
 
 
 
67
  pycparser==2.21
 
68
  pydeck==0.7.1
69
  Pygments==2.10.0
70
  Pympler==0.9
71
- pyparsing==3.0.6
72
- pyrsistent==0.18.0
 
 
73
  python-dateutil==2.8.2
74
  pytz==2021.3
75
  pytz-deprecation-shim==0.1.0.post0
@@ -77,30 +147,69 @@ PyYAML==6.0
77
  pyzmq==22.3.0
78
  regex==2021.11.10
79
  requests==2.26.0
 
 
 
 
80
  sacremoses==0.0.46
 
 
 
81
  Send2Trash==1.8.0
 
 
82
  setuptools-scm==6.3.2
 
83
  six==1.16.0
 
 
84
  smmap==5.0.0
85
- streamlit==1.2.0
 
 
 
 
 
 
86
  tenacity==8.0.1
87
- terminado==0.12.1
 
 
 
 
 
 
 
88
  testpath==0.5.0
89
- tokenizers==0.10.3
 
 
 
 
90
  toml==0.10.2
91
  tomli==1.2.2
92
  toolz==0.11.2
 
93
  tornado==6.1
94
  tqdm==4.62.3
95
  traitlets==5.1.1
96
- transformers==4.12.5
97
- typing-extensions==4.0.1
 
 
98
  tzdata==2021.5
99
  tzlocal==4.1
100
  urllib3==1.26.7
101
  validators==0.18.2
 
 
102
  watchdog==2.1.6
103
  wcwidth==0.2.5
104
  webencodings==0.5.1
 
105
  widgetsnbextension==3.5.2
106
- zipp==3.6.0
 
 
 
 
 
1
+ zeroshot-turkish @ git+https://github.com/emrecncelik/zeroshot-turkish.git#egg=zeroshot-turkish
2
+ absl-py==1.0.0
3
+ aiohttp==3.8.0
4
+ aiosignal==1.2.0
5
  altair==4.1.0
6
+ APScheduler==3.8.1
7
+ argon2-cffi==21.3.0
8
+ argon2-cffi-bindings==21.2.0
9
  astor==0.8.1
10
+ astunparse==1.6.3
11
+ async-timeout==4.0.1
12
  attrs==21.2.0
13
  backcall==0.2.0
14
  backports.zoneinfo==0.2.1
15
  base58==2.1.1
16
+ beautifulsoup4==4.11.1
17
+ black==21.10b0
18
+ bleach==5.0.0
19
  blinker==1.4
20
+ blis==0.7.5
21
+ Brotli==1.0.9
22
  cachetools==4.2.4
23
+ catalogue==2.0.6
24
  certifi==2021.10.8
25
  cffi==1.15.0
26
+ charset-normalizer==2.0.7
27
+ click==8.0.3
28
+ codecarbon==1.2.0
29
+ commonmark==0.9.1
30
+ configparser==5.1.0
31
  cycler==0.11.0
32
+ cymem==2.0.6
33
+ cytoolz==0.11.2
34
+ dash==2.0.0
35
+ dash-bootstrap-components==1.0.0
36
+ dash-core-components==2.0.0
37
+ dash-html-components==2.0.0
38
+ dash-table==5.0.0
39
+ datasets==2.3.2
40
  debugpy==1.5.1
41
  decorator==5.1.0
42
  defusedxml==0.7.1
43
+ dill==0.3.4
44
+ docker-pycreds==0.4.0
45
  entrypoints==0.3
46
+ et-xmlfile==1.1.0
47
+ fastjsonschema==2.15.3
48
+ fasttext==0.9.2
49
+ filelock==3.3.2
50
+ fire==0.4.0
51
+ Flask==2.0.2
52
+ Flask-Compress==1.10.1
53
+ flatbuffers==2.0
54
+ fonttools==4.28.5
55
+ frozenlist==1.2.0
56
+ fsspec==2021.11.0
57
+ gast==0.4.0
58
  gitdb==4.0.9
59
  GitPython==3.1.24
60
+ google-auth==2.3.3
61
+ google-auth-oauthlib==0.4.6
62
+ google-pasta==0.2.0
63
+ grpcio==1.41.1
64
+ h5py==3.5.0
65
+ huggingface-hub==0.1.2
66
  idna==3.3
67
+ importlib-metadata==4.12.0
68
+ importlib-resources==5.7.1
69
  ipykernel==6.6.0
70
  ipython==7.30.1
71
  ipython-genutils==0.2.0
72
  ipywidgets==7.6.5
73
+ itsdangerous==2.0.1
74
  jedi==0.18.1
75
+ jellyfish==0.8.9
76
  Jinja2==3.0.3
77
  joblib==1.1.0
78
+ jsonschema==4.5.1
79
  jupyter-client==7.1.0
80
  jupyter-core==4.9.1
81
+ jupyterlab-pygments==0.2.2
82
  jupyterlab-widgets==1.0.2
83
+ keras==2.7.0
84
+ Keras-Preprocessing==1.1.2
85
  kiwisolver==1.3.2
86
+ langcodes==3.3.0
87
+ libclang==12.0.0
88
+ loguru==0.6.0
89
+ lxml==4.6.5
90
+ Markdown==3.3.4
91
  MarkupSafe==2.0.1
92
+ matplotlib==3.5.1
93
  matplotlib-inline==0.1.3
94
  mistune==0.8.4
95
+ multidict==5.2.0
96
+ multiprocess==0.70.12.2
97
+ murmurhash==1.0.6
98
  mypy-extensions==0.4.3
99
+ nbclient==0.6.3
100
+ nbconvert==6.5.0
101
+ nbformat==5.4.0
102
  nest-asyncio==1.5.4
103
+ networkx==2.6.3
104
+ nltk==3.6.7
105
+ notebook==6.4.11
106
  numpy==1.21.4
107
+ oauthlib==3.1.1
108
+ openpyxl==3.0.9
109
+ opt-einsum==3.3.0
110
+ packaging==21.2
111
+ pandas==1.4.2
112
  pandocfilters==1.5.0
113
  parso==0.8.3
114
  pathspec==0.9.0
115
+ pathtools==0.1.2
116
+ pathy==0.6.1
117
  pexpect==4.8.0
118
  pickleshare==0.7.5
119
  Pillow==8.4.0
120
  platformdirs==2.4.0
121
  plotly==5.4.0
122
+ preshed==3.0.6
123
+ prometheus-client==0.14.1
124
+ promise==2.3
125
+ prompt-toolkit==3.0.24
126
  protobuf==3.19.1
127
+ psutil==5.8.0
128
  ptyprocess==0.7.0
129
+ py-cpuinfo==8.0.0
130
+ pyarrow==6.0.0
131
+ pyasn1==0.4.8
132
+ pyasn1-modules==0.2.8
133
+ pybind11==2.9.2
134
  pycparser==2.21
135
+ pydantic==1.8.2
136
  pydeck==0.7.1
137
  Pygments==2.10.0
138
  Pympler==0.9
139
+ pynvml==11.0.0
140
+ pyparsing==2.4.7
141
+ pyphen==0.11.0
142
+ pyrsistent==0.18.1
143
  python-dateutil==2.8.2
144
  pytz==2021.3
145
  pytz-deprecation-shim==0.1.0.post0
 
147
  pyzmq==22.3.0
148
  regex==2021.11.10
149
  requests==2.26.0
150
+ requests-oauthlib==1.3.0
151
+ responses==0.18.0
152
+ rich==12.4.4
153
+ rsa==4.7.2
154
  sacremoses==0.0.46
155
+ scikit-learn==1.0.1
156
+ scipy==1.7.2
157
+ semver==2.13.0
158
  Send2Trash==1.8.0
159
+ sentencepiece==0.1.96
160
+ sentry-sdk==1.4.3
161
  setuptools-scm==6.3.2
162
+ shortuuid==1.0.8
163
  six==1.16.0
164
+ sklearn==0.0
165
+ smart-open==5.2.1
166
  smmap==5.0.0
167
+ soupsieve==2.3.2.post1
168
+ spacy==3.2.1
169
+ spacy-legacy==3.0.8
170
+ spacy-loggers==1.0.1
171
+ srsly==2.4.2
172
+ streamlit==1.10.0
173
+ subprocess32==3.5.4
174
  tenacity==8.0.1
175
+ tensorboard==2.7.0
176
+ tensorboard-data-server==0.6.1
177
+ tensorboard-plugin-wit==1.8.0
178
+ tensorflow==2.7.0
179
+ tensorflow-estimator==2.7.0
180
+ tensorflow-io-gcs-filesystem==0.22.0
181
+ termcolor==1.1.0
182
+ terminado==0.15.0
183
  testpath==0.5.0
184
+ textacy==0.12.0
185
+ thinc==8.0.13
186
+ threadpoolctl==3.0.0
187
+ tinycss2==1.1.1
188
+ tokenizers==0.12.1
189
  toml==0.10.2
190
  tomli==1.2.2
191
  toolz==0.11.2
192
+ torch==1.11.0
193
  tornado==6.1
194
  tqdm==4.62.3
195
  traitlets==5.1.1
196
+ transformers==4.20.0
197
+ Turkish-Deasciifier==0.1
198
+ typer==0.4.0
199
+ typing-extensions==3.10.0.2
200
  tzdata==2021.5
201
  tzlocal==4.1
202
  urllib3==1.26.7
203
  validators==0.18.2
204
+ wandb==0.12.6
205
+ wasabi==0.9.0
206
  watchdog==2.1.6
207
  wcwidth==0.2.5
208
  webencodings==0.5.1
209
+ Werkzeug==2.0.2
210
  widgetsnbextension==3.5.2
211
+ wrapt==1.13.3
212
+ xxhash==2.0.2
213
+ yarl==1.7.2
214
+ yaspin==2.1.0
215
+ zipp==3.8.0