ImanAmran commited on
Commit
d51ecea
·
1 Parent(s): 34bd180

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +220 -5
requirements.txt CHANGED
@@ -1,6 +1,221 @@
1
- tensorflow==2.4.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  keras==2.6.0
3
- numpy
4
- scipy
5
- pandas
6
- h5py
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==0.12.0
2
+ aiohttp==3.8.4
3
+ aiohttp-cors==0.7.0
4
+ aiosignal==1.2.0
5
+ alabaster==0.7.13
6
+ albumentations==1.3.0
7
+ arrow==1.2.3
8
+ astroid==2.6.6
9
+ astunparse==1.6.3
10
+ async-generator==1.10
11
+ async-timeout==4.0.2
12
+ asynctest==0.13.0
13
+ atomicwrites==1.4.1
14
+ attrs==22.2.0
15
+ autopep8==1.5.7
16
+ Babel==2.11.0
17
+ backcall==0.2.0
18
+ bcrypt==4.0.1
19
+ beautifulsoup4==4.12.2
20
+ binaryornot==0.4.4
21
+ black==22.8.0
22
+ bleach==4.1.0
23
+ cached-property==1.5.2
24
+ cachetools==4.2.4
25
+ certifi==2022.12.7
26
+ cffi==1.15.1
27
+ chardet==5.0.0
28
+ charset-normalizer==2.0.12
29
+ clang==5.0
30
+ click==8.0.4
31
+ cloudpickle==2.2.1
32
+ colorama==0.4.5
33
+ cookiecutter==1.7.3
34
+ cryptography==39.0.1
35
+ cycler==0.11.0
36
+ Cython==0.29.33
37
+ dataclasses==0.8
38
+ decorator==4.4.2
39
+ defusedxml==0.7.1
40
+ diff-match-patch==20200713
41
+ dill==0.3.4
42
+ docutils==0.17.1
43
+ entrypoints==0.4
44
+ filelock==3.4.1
45
+ flake8==3.9.2
46
+ flatbuffers==1.12
47
+ frozenlist==1.2.0
48
+ gast==0.3.3
49
+ gdown==4.7.1
50
+ google-api-core==2.8.2
51
+ google-auth==1.35.0
52
+ google-auth-httplib2==0.1.0
53
+ google-auth-oauthlib==0.4.6
54
+ google-pasta==0.2.0
55
+ googleapis-common-protos==1.56.3
56
+ grpcio==1.32.0
57
+ h5py==2.10.0
58
+ httplib2==0.21.0
59
+ huggingface-hub==0.4.0
60
+ idna==3.4
61
+ idna-ssl==1.1.0
62
+ imageio==2.15.0
63
+ imagesize==1.4.1
64
+ importlib-metadata==4.8.3
65
+ importlib-resources==5.4.0
66
+ imutils==0.5.4
67
+ inflection==0.5.1
68
+ intervaltree==3.1.0
69
+ ipykernel==5.5.6
70
+ ipython==7.16.3
71
+ ipython-genutils==0.2.0
72
+ isort==5.10.1
73
+ jedi==0.17.2
74
+ jellyfish==0.9.0
75
+ Jinja2==3.0.3
76
+ jinja2-time==0.2.0
77
+ joblib==1.1.1
78
+ jsonschema==3.2.0
79
+ jupyter-client==6.1.12
80
+ jupyter-core==4.9.2
81
+ jupyterlab-pygments==0.1.2
82
  keras==2.6.0
83
+ Keras-Preprocessing==1.1.2
84
+ keyring==23.4.1
85
+ kiwisolver==1.3.1
86
+ lazy-object-proxy==1.7.1
87
+ lvis==0.5.3
88
+ lxml==4.9.2
89
+ Markdown==3.3.7
90
+ MarkupSafe==2.0.1
91
+ matplotlib==3.3.4
92
+ mccabe==0.6.1
93
+ mistune==0.8.4
94
+ multidict==5.2.0
95
+ mypy-extensions==1.0.0
96
+ nbclient==0.5.9
97
+ nbconvert==6.0.7
98
+ nbformat==5.1.3
99
+ nest-asyncio==1.5.6
100
+ networkx==2.5.1
101
+ numpy==1.19.5
102
+ numpydoc==1.1.0
103
+ oauthlib==3.2.2
104
+ opencv-python==4.8.1.78
105
+ opt-einsum==3.3.0
106
+ packaging==21.3
107
+ pandas==1.1.5
108
+ pandocfilters==1.5.0
109
+ paramiko==3.0.0
110
+ parso==0.7.1
111
+ pathspec==0.9.0
112
+ pexpect==4.8.0
113
+ pickleshare==0.7.5
114
+ Pillow==8.4.0
115
+ platformdirs==2.4.0
116
+ pluggy==1.0.0
117
+ portalocker==2.7.0
118
+ poyo==0.5.0
119
+ promise==2.3
120
+ prompt-toolkit==3.0.36
121
+ protobuf==3.19.6
122
+ psutil==5.9.4
123
+ ptyprocess==0.7.0
124
+ pyasn1==0.4.8
125
+ pyasn1-modules==0.2.8
126
+ pycodestyle==2.7.0
127
+ pycparser==2.21
128
+ pydocstyle==6.3.0
129
+ pyflakes==2.3.1
130
+ Pygments==2.14.0
131
+ pylint==2.9.6
132
+ pyls-spyder==0.4.0
133
+ PyNaCl==1.5.0
134
+ pyparsing==3.0.9
135
+ PyQt5==5.12.3
136
+ PyQt5-Qt5==5.15.2
137
+ PyQt5-sip==12.9.1
138
+ PyQtWebEngine==5.12.1
139
+ pyrsistent==0.18.0
140
+ PySocks==1.7.1
141
+ python-dateutil==2.8.2
142
+ python-lsp-black==1.1.0
143
+ python-lsp-jsonrpc==1.0.0
144
+ python-lsp-server==1.2.4
145
+ python-slugify==6.1.2
146
+ pytz==2022.7.1
147
+ PyWavelets==1.1.1
148
+ pywin32==305
149
+ pywin32-ctypes==0.2.0
150
+ PyYAML==6.0.1
151
+ pyzmq==25.0.0
152
+ QDarkStyle==3.0.2
153
+ qstylizer==0.2.2
154
+ QtAwesome==1.1.1
155
+ qtconsole==5.2.2
156
+ QtPy==2.0.1
157
+ qudida==0.0.4
158
+ regex==2022.10.31
159
+ requests==2.27.1
160
+ requests-oauthlib==1.3.1
161
+ rope==1.1.1
162
+ rsa==4.9
163
+ Rtree==0.9.7
164
+ schematics==2.1.1
165
+ scikit-image==0.17.2
166
+ scikit-learn==0.24.2
167
+ scipy==1.5.4
168
+ seaborn==0.11.2
169
+ six==1.15.0
170
+ slim==0.5.10
171
+ snowballstemmer==2.2.0
172
+ sortedcontainers==2.4.0
173
+ soupsieve==2.3.2.post1
174
+ Sphinx==4.3.2
175
+ sphinxcontrib-applehelp==1.0.2
176
+ sphinxcontrib-devhelp==1.0.2
177
+ sphinxcontrib-htmlhelp==2.0.0
178
+ sphinxcontrib-jsmath==1.0.1
179
+ sphinxcontrib-qthelp==1.0.3
180
+ sphinxcontrib-serializinghtml==1.1.5
181
+ spyder==5.1.3
182
+ spyder-kernels==2.1.3
183
+ tabulate==0.8.10
184
+ tensorboard==2.6.0
185
+ tensorboard-data-server==0.6.1
186
+ tensorboard-plugin-wit==1.8.1
187
+ tensorflow-estimator==2.4.0
188
+ tensorflow-gpu==2.4.1
189
+ tensorflow-hub==0.12.0
190
+ tensorflow-metadata==1.2.0
191
+ termcolor==1.1.0
192
+ testpath==0.6.0
193
+ text-unidecode==1.3
194
+ textdistance==4.5.0
195
+ threadpoolctl==3.1.0
196
+ three-merge==0.1.1
197
+ tifffile==2020.9.3
198
+ timm==0.6.12
199
+ tinycss2==1.1.1
200
+ toml==0.10.2
201
+ tomli==1.2.3
202
+ torch==1.10.1+cu102
203
+ torchaudio==0.10.1+cu102
204
+ torchvision==0.11.2+cu102
205
+ tornado==6.1
206
+ tqdm==4.64.1
207
+ traitlets==4.3.3
208
+ typed-ast==1.4.3
209
+ typeguard==2.13.3
210
+ typing_extensions==4.1.1
211
+ ujson==4.3.0
212
+ uritemplate==4.1.1
213
+ urllib3==1.26.14
214
+ watchdog==2.3.1
215
+ wcwidth==0.2.6
216
+ webencodings==0.5.1
217
+ Werkzeug==2.0.3
218
+ wrapt==1.12.1
219
+ yapf==0.32.0
220
+ yarl==1.7.2
221
+ zipp==3.6.0