-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
385 lines (385 loc) · 12.4 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
name: mag
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- _py-xgboost-mutex=2.0=cpu_0
- aiohttp=3.8.1=py310he2412df_1
- aiohttp-cors=0.7.0=py_0
- aiosignal=1.3.1=pyhd8ed1ab_0
- alembic=1.11.3=pyhd8ed1ab_0
- altair=4.2.0=pyhd8ed1ab_1
- ansicon=1.89.0=py310h5588dad_6
- anyio=3.6.2=pyhd8ed1ab_0
- anyqt=0.2.0=pyh6c4a22f_0
- appdirs=1.4.4=pyh9f0ad1d_0
- argon2-cffi=21.3.0=pyhd8ed1ab_0
- argon2-cffi-bindings=21.2.0=py310he2412df_2
- arrow-cpp=8.0.0=py310h38b8b19_0
- asttokens=2.0.8=pyhd8ed1ab_0
- async-timeout=4.0.3=pyhd8ed1ab_0
- attrs=22.1.0=pyh71513ae_1
- aws-c-common=0.4.57=ha925a31_1
- aws-c-event-stream=0.1.6=hd77b12b_5
- aws-checksums=0.1.9=ha925a31_0
- aws-sdk-cpp=1.8.185=hd77b12b_0
- backcall=0.2.0=pyh9f0ad1d_0
- backports=1.0=py_2
- backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
- baycomp=1.0.2=py_1
- beautifulsoup4=4.11.1=pyha770c72_0
- biopython=1.81=py310h8d17308_0
- blas=2.116=mkl
- blas-devel=3.9.0=16_win64_mkl
- bleach=5.0.1=pyhd8ed1ab_0
- blessed=1.19.1=pyh95a074a_2
- blinker=1.5=pyhd8ed1ab_0
- boost-cpp=1.80.0=h9f4b32c_0
- bottleneck=1.3.5=py310h2873277_0
- brotli=1.0.9=h8ffe710_7
- brotli-bin=1.0.9=h8ffe710_7
- brotlipy=0.7.0=py310he2412df_1004
- bzip2=1.0.8=h8ffe710_4
- c-ares=1.18.1=h8ffe710_0
- ca-certificates=2023.7.22=h56e8100_0
- cachecontrol=0.12.11=pyhd8ed1ab_0
- cachetools=5.2.0=pyhd8ed1ab_0
- cairo=1.16.0=hd694305_1014
- catboost=1.1=py310h5588dad_0
- cattrs=22.2.0=pyhd8ed1ab_0
- certifi=2023.7.22=pyhd8ed1ab_0
- cffi=1.15.1=py310h628cb3f_1
- chardet=5.0.0=py310h5588dad_0
- charset-normalizer=2.1.1=pyhd8ed1ab_0
- click=8.0.4=py310h5588dad_0
- cloudpickle=2.2.1=pyhd8ed1ab_0
- cmaes=0.10.0=pyhd8ed1ab_0
- colorama=0.4.5=pyhd8ed1ab_0
- colorful=0.5.4=pyhd8ed1ab_0
- colorlog=6.7.0=py310h5588dad_1
- commonmark=0.9.1=py_0
- contourpy=1.0.5=py310h232114e_0
- cryptography=37.0.1=py310h21b164f_0
- cudatoolkit=11.3.1=h59b6b97_2
- cycler=0.11.0=pyhd8ed1ab_0
- dataclasses=0.8=pyhc8e2a94_3
- debugpy=1.6.3=py310h8a704f9_0
- decorator=5.1.1=pyhd8ed1ab_0
- defusedxml=0.7.1=pyhd8ed1ab_0
- dictdiffer=0.9.0=pyhd8ed1ab_0
- distlib=0.3.7=pyhd8ed1ab_0
- docutils=0.19=py310h5588dad_0
- entrypoints=0.4=pyhd8ed1ab_0
- et_xmlfile=1.0.1=py_1001
- exceptiongroup=1.0.0rc9=pyhd8ed1ab_0
- executing=1.1.1=pyhd8ed1ab_0
- expat=2.4.9=h1537add_0
- filelock=3.12.3=pyhd8ed1ab_0
- flit-core=3.7.1=pyhd8ed1ab_0
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
- font-ttf-inconsolata=3.000=h77eed37_0
- font-ttf-source-code-pro=2.038=h77eed37_0
- font-ttf-ubuntu=0.83=hab24e00_0
- fontconfig=2.14.0=h720f74d_1
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.37.4=py310h8d17308_0
- freetype=2.12.1=h546665d_0
- fribidi=1.0.10=h8d14728_0
- frozenlist=1.3.3=py310h2bbff1b_0
- future=0.18.2=py310h5588dad_5
- genesis-pyapi=1.2.1=py_0
- getopt-win32=0.1=h8ffe710_0
- gettext=0.21.1=h5728263_0
- gflags=2.2.2=ha925a31_1004
- gitdb=4.0.9=pyhd8ed1ab_0
- gitpython=3.1.29=pyhd8ed1ab_0
- glib=2.74.0=h12be248_0
- glib-tools=2.74.0=h12be248_0
- glog=0.6.0=h4797de2_0
- google-api-core=2.8.1=pyhd8ed1ab_0
- google-auth=2.22.0=pyh1a96a4e_0
- googleapis-common-protos=1.57.0=py310heb1253a_0
- gpustat=1.1.1=pyhd8ed1ab_0
- graphite2=1.3.13=1000
- graphviz=6.0.1=h8f5d4a1_0
- greenlet=2.0.2=py310h00ffb61_0
- grpcio=1.42.0=py310hc60d5dd_0
- gst-plugins-base=1.20.3=h001b923_2
- gstreamer=1.20.3=h6b5321d_2
- gts=0.7.6=h7c369d9_2
- h11=0.12.0=pyhd8ed1ab_0
- h2=4.1.0=pyhd8ed1ab_0
- harfbuzz=5.3.0=he256f1b_0
- hpack=4.0.0=pyh9f0ad1d_0
- httpcore=0.15.0=pyhd8ed1ab_0
- httpx=0.23.0=py310h5588dad_1
- hyperframe=6.0.1=pyhd8ed1ab_0
- icu=70.1=h0e60522_0
- idna=3.4=pyhd8ed1ab_0
- importlib-metadata=4.11.4=py310h5588dad_0
- importlib_metadata=4.11.4=hd8ed1ab_0
- importlib_resources=5.10.0=pyhd8ed1ab_0
- intel-openmp=2022.1.0=h57928b3_3787
- ipykernel=6.16.0=pyh025b116_0
- ipython=8.5.0=pyh08f2357_1
- ipython_genutils=0.2.0=py_1
- ipywidgets=8.0.2=pyhd8ed1ab_1
- itsdangerous=2.1.2=pyhd8ed1ab_0
- jaraco.classes=3.2.2=pyhd8ed1ab_0
- jedi=0.18.1=pyhd8ed1ab_2
- jinja2=3.1.2=pyhd8ed1ab_1
- jinxed=1.2.0=pyh95a074a_0
- joblib=1.2.0=pyhd8ed1ab_0
- jpeg=9e=h8ffe710_2
- jsonschema=4.16.0=pyhd8ed1ab_0
- jupyter_client=7.4.2=pyhd8ed1ab_0
- jupyter_core=4.11.1=py310h5588dad_0
- jupyter_server=1.21.0=pyhd8ed1ab_0
- jupyterlab_pygments=0.2.2=pyhd8ed1ab_0
- jupyterlab_widgets=3.0.3=pyhd8ed1ab_0
- keyring=23.9.3=py310h5588dad_0
- keyrings.alt=4.0.2=pyhd3deb0d_0
- kiwisolver=1.4.4=py310h476a331_0
- krb5=1.19.3=h1176d77_0
- lcms2=2.12=h2a16943_0
- lerc=4.0.0=h63175ca_0
- libblas=3.9.0=16_win64_mkl
- libbrotlicommon=1.0.9=h8ffe710_7
- libbrotlidec=1.0.9=h8ffe710_7
- libbrotlienc=1.0.9=h8ffe710_7
- libcblas=3.9.0=16_win64_mkl
- libclang=14.0.6=default_hf4acfee_0
- libclang13=14.0.6=default_h8992b79_0
- libcurl=7.86.0=heaf79c2_1
- libdeflate=1.14=hcfcfb64_0
- libffi=3.4.2=h8ffe710_5
- libgd=2.3.3=h891f43f_3
- libglib=2.74.0=h79619a9_0
- libiconv=1.17=h8ffe710_0
- liblapack=3.9.0=16_win64_mkl
- liblapacke=3.9.0=16_win64_mkl
- libllvm14=14.0.6=h97333cc_1
- libogg=1.3.4=h8ffe710_1
- libpng=1.6.38=h19919ed_0
- libprotobuf=3.20.1=h23ce68f_0
- libsodium=1.0.18=h8d14728_1
- libsqlite=3.39.4=hcfcfb64_0
- libssh2=1.10.0=h680486a_3
- libthrift=0.15.0=h636ae23_1
- libtiff=4.4.0=h8e97e67_4
- libuv=1.44.2=h8ffe710_0
- libvorbis=1.3.7=h0e60522_0
- libwebp=1.2.4=h8ffe710_0
- libwebp-base=1.2.4=h8ffe710_0
- libxcb=1.13=hcd874cb_1004
- libxgboost=1.6.2=cpu_h20390bd_1
- libzlib=1.2.13=hcfcfb64_4
- llvmlite=0.40.0=py310hf2fb9eb_0
- lockfile=0.12.2=py_1
- lz4-c=1.9.3=h8ffe710_1
- m2w64-gcc-libgfortran=5.3.0=6
- m2w64-gcc-libs=5.3.0=7
- m2w64-gcc-libs-core=5.3.0=7
- m2w64-gmp=6.1.0=2
- m2w64-libwinpthread-git=5.0.0.4634.697f757=2
- mako=1.2.4=pyhd8ed1ab_0
- markupsafe=2.1.1=py310he2412df_1
- matplotlib=3.6.1=py310h5588dad_0
- matplotlib-base=3.6.1=py310h51140c5_0
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
- mistune=2.0.4=pyhd8ed1ab_0
- mkl=2022.1.0=h6a75c08_874
- mkl-devel=2022.1.0=h57928b3_875
- mkl-include=2022.1.0=h6a75c08_874
- more-itertools=9.0.0=pyhd8ed1ab_0
- msgpack-python=1.0.4=py310h476a331_0
- msys2-conda-epoch=20160418=1
- multidict=6.0.4=py310h8d17308_0
- munkres=1.1.4=pyh9f0ad1d_0
- nb_conda=2.2.1=win_6
- nb_conda_kernels=2.3.1=py310h5588dad_1
- nbclassic=0.4.5=pyhd8ed1ab_0
- nbclient=0.7.0=pyhd8ed1ab_0
- nbconvert=7.2.1=pyhd8ed1ab_0
- nbconvert-core=7.2.1=pyhd8ed1ab_0
- nbconvert-pandoc=7.2.1=pyhd8ed1ab_0
- nbformat=5.7.0=pyhd8ed1ab_0
- nest-asyncio=1.5.6=pyhd8ed1ab_0
- networkx=2.8.7=pyhd8ed1ab_0
- nodejs=20.5.1=h57928b3_1
- notebook=6.5.1=pyha770c72_0
- notebook-shim=0.2.0=pyhd8ed1ab_0
- numba=0.57.0=py310h4ed8f06_0
- numpy=1.23.4=py310h4a8f9c9_0
- nvidia-ml-py=12.535.108=pyhd8ed1ab_0
- opencensus=0.11.2=pyhd8ed1ab_0
- opencensus-context=0.1.3=py310h5588dad_1
- openjpeg=2.5.0=hc9384bd_1
- openpyxl=3.0.10=py310h8d17308_1
- openssl=1.1.1w=hcfcfb64_0
- opentsne=0.6.2=py310hc781a3c_0
- optuna=3.3.0=pyhd8ed1ab_0
- orange-canvas-core=0.1.27=pyhd8ed1ab_0
- orange-widget-base=4.18.0=pyhd8ed1ab_0
- orange3=3.32.0=py310h4ed8f06_0
- orange3-bioinformatics=4.5.0=pyhd8ed1ab_0
- packaging=21.3=pyhd8ed1ab_0
- pandas=1.5.0=py310h1c4a608_0
- pandoc=2.19.2=h57928b3_0
- pandocfilters=1.5.0=pyhd8ed1ab_0
- pango=1.50.11=hf671fb8_0
- parso=0.8.3=pyhd8ed1ab_0
- patsy=0.5.3=pyhd8ed1ab_0
- pcre2=10.37=hdfff0fc_1
- pickleshare=0.7.5=py_1003
- pillow=9.2.0=py310h52929f7_2
- pip=22.3=pyhd8ed1ab_0
- pixman=0.40.0=h8ffe710_0
- pkgutil-resolve-name=1.3.10=pyhd8ed1ab_0
- platformdirs=2.5.2=py310haa95532_0
- plotly=5.10.0=pyhd8ed1ab_0
- ply=3.11=py_1
- point-annotator=2.0.0=py_0
- prometheus_client=0.13.1=pyhd8ed1ab_0
- prompt-toolkit=3.0.31=pyha770c72_0
- protobuf=3.20.1=py310h5588dad_0
- psutil=5.9.3=py310h8d17308_0
- pthread-stubs=0.4=hcd874cb_1001
- pure_eval=0.2.2=pyhd8ed1ab_0
- py-spy=0.3.14=h975169c_0
- py-xgboost=1.6.2=cpu_py310h2690a58_1
- pyarrow=8.0.0=py310h26aae1b_0
- pyasn1=0.4.8=py_0
- pyasn1-modules=0.2.7=py_0
- pyclipper=1.3.0.post3=py310h8a704f9_0
- pycparser=2.21=pyhd8ed1ab_0
- pydantic=0.18.2=py_0
- pydeck=0.8.0=pyhd8ed1ab_0
- pygments=2.13.0=pyhd8ed1ab_0
- pympler=1.0.1=pyhd8ed1ab_0
- pyopenssl=22.0.0=pyhd8ed1ab_1
- pyparsing=3.0.9=pyhd8ed1ab_0
- pyqt=5.15.7=py310h1fd54f2_1
- pyqt5-sip=12.11.0=py310h00ffb61_1
- pyqtgraph=0.13.1=pyhd8ed1ab_1
- pyqtwebengine=5.15.7=py310h1fd54f2_1
- pyrsistent=0.18.1=py310he2412df_1
- pysocks=1.7.1=pyh0701188_6
- python=3.10.6=h9a09f29_0_cpython
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python-fastjsonschema=2.16.2=pyhd8ed1ab_0
- python-graphviz=0.20.1=pyh22cad53_0
- python-louvain=0.15=pyhd8ed1ab_1
- python-tzdata=2022.6=pyhd8ed1ab_0
- python_abi=3.10=2_cp310
- pytorch=1.12.1=py3.10_cuda11.3_cudnn8_0
- pytorch-mutex=1.0=cuda
- pytz=2022.4=pyhd8ed1ab_0
- pytz-deprecation-shim=0.1.0.post0=py310h5588dad_3
- pyu2f=0.1.5=pyhd8ed1ab_0
- pywin32=303=py310he2412df_0
- pywin32-ctypes=0.2.0=py310h5588dad_1005
- pywinpty=2.0.8=py310h00ffb61_0
- pyyaml=6.0=py310he2412df_4
- pyzmq=24.0.1=py310hcd737a0_0
- qasync=0.23.0=pyhd8ed1ab_0
- qt-main=5.15.6=hf0cf448_0
- qt-webengine=5.15.4=h7325c83_3
- qtconsole=5.3.2=pyhd8ed1ab_0
- qtconsole-base=5.3.2=pyha770c72_0
- qtpy=2.2.1=pyhd8ed1ab_0
- ray-core=2.6.3=py310h139b6d1_1
- ray-dashboard=2.6.3=py310h5f3105d_1
- ray-default=2.6.3=py310h5588dad_1
- ray-tune=2.6.3=py310h5588dad_1
- re2=2022.04.01=h0e60522_0
- requests=2.28.1=pyhd8ed1ab_1
- requests-cache=0.9.6=pyhd8ed1ab_0
- rfc3986=1.5.0=pyhd8ed1ab_0
- rich=12.6.0=pyhd8ed1ab_0
- rsa=4.9=pyhd8ed1ab_0
- scikit-learn=1.1.3=py310had3394f_1
- scipy=1.9.3=py310h578b7cb_0
- seaborn=0.11.2=hd8ed1ab_0
- seaborn-base=0.11.2=pyhd8ed1ab_0
- semver=2.13.0=pyh9f0ad1d_0
- send2trash=1.8.0=pyhd8ed1ab_0
- serverfiles=0.3.0=py_0
- setproctitle=1.2.2=py310he2412df_2
- setuptools=65.5.0=pyhd8ed1ab_0
- shap=0.41.0=py310hf5e1058_0
- sip=6.7.2=py310h00ffb61_0
- six=1.16.0=pyh6c4a22f_0
- slicer=0.0.7=pyhd8ed1ab_0
- slumber=0.7.1=py_1
- smart_open=6.3.0=pyhd8ed1ab_1
- smmap=3.0.5=pyh44b312d_0
- snappy=1.1.9=hfb803bf_2
- sniffio=1.3.0=pyhd8ed1ab_0
- soupsieve=2.3.2.post1=pyhd8ed1ab_0
- sqlalchemy=1.4.39=py310h2bbff1b_0
- sqlite=3.39.4=hcfcfb64_0
- stack_data=0.5.1=pyhd8ed1ab_0
- statsmodels=0.13.2=py310h2873277_0
- streamlit=1.14.1=pyhd8ed1ab_0
- tabulate=0.9.0=pyhd8ed1ab_1
- tbb=2021.6.0=h91493d7_0
- tenacity=8.1.0=pyhd8ed1ab_0
- tensorboardx=2.6.2.2=pyhd8ed1ab_0
- terminado=0.16.0=pyh08f2357_0
- threadpoolctl=3.1.0=pyh8a188c0_0
- tinycss2=1.2.1=pyhd8ed1ab_0
- tk=8.6.12=h8ffe710_0
- toml=0.10.2=pyhd8ed1ab_0
- toolz=0.12.0=pyhd8ed1ab_0
- torchaudio=0.12.1=py310_cu113
- torchmetrics=0.11.4=pyhd8ed1ab_0
- torchvision=0.13.1=py310_cu113
- tornado=6.2=py310he2412df_0
- tqdm=4.64.1=pyhd8ed1ab_0
- traitlets=5.5.0=pyhd8ed1ab_0
- typing-extensions=4.4.0=hd8ed1ab_0
- typing_extensions=4.4.0=pyha770c72_0
- tzdata=2022e=h191b570_0
- tzlocal=4.2=py310h5588dad_2
- ucrt=10.0.20348.0=h57928b3_0
- unicodedata2=14.0.0=py310he2412df_1
- url-normalize=1.4.3=pyhd8ed1ab_0
- urllib3=1.26.11=pyhd8ed1ab_0
- utf8proc=2.6.1=h2bbff1b_0
- validators=0.18.2=pyhd3deb0d_0
- vc=14.2=hac3ee0b_8
- vc14_runtime=14.36.32532=hfdfe4a8_17
- virtualenv=20.17.1=py310h5588dad_0
- vs2015_runtime=14.36.32532=h05e6639_17
- watchdog=2.1.9=py310h5588dad_1
- wcwidth=0.2.5=pyh9f0ad1d_2
- webencodings=0.5.1=py_1
- websocket-client=1.4.1=pyhd8ed1ab_0
- wheel=0.37.1=pyhd8ed1ab_0
- widgetsnbextension=4.0.3=pyhd8ed1ab_0
- win_inet_pton=1.1.0=py310h5588dad_4
- winpty=0.4.3=4
- xgboost=1.6.2=cpu_py310h2690a58_1
- xlrd=2.0.1=pyhd8ed1ab_3
- xlsxwriter=3.0.3=pyhd8ed1ab_0
- xorg-kbproto=1.0.7=hcd874cb_1002
- xorg-libice=1.0.10=hcd874cb_0
- xorg-libsm=1.2.3=hcd874cb_1000
- xorg-libx11=1.7.2=hcd874cb_0
- xorg-libxau=1.0.9=hcd874cb_0
- xorg-libxdmcp=1.1.3=hcd874cb_0
- xorg-libxext=1.3.4=hcd874cb_1
- xorg-libxpm=3.5.13=hcd874cb_0
- xorg-libxt=1.2.1=hcd874cb_2
- xorg-xextproto=7.3.0=hcd874cb_1002
- xorg-xproto=7.0.31=hcd874cb_1007
- xz=5.2.6=h8d14728_0
- yaml=0.2.5=h8ffe710_2
- yarl=1.7.2=py310he2412df_2
- zeromq=4.3.4=h0e60522_1
- zipp=3.9.0=pyhd8ed1ab_0
- zlib=1.2.13=hcfcfb64_4
- zstd=1.5.2=h7755175_4