-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconda.yaml
166 lines (166 loc) · 4.01 KB
/
conda.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
channels:
- anaconda
- bioconda
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- blast=2.5.0=hc0b0e79_3
- boost=1.73.0=py38_11
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2020.10.14=0
- certifi=2020.6.20=py38_0
- cffi=1.14.0=py38he30daa8_1
- chardet=3.0.4=py38_1003
- conda=4.9.1=py38h06a4308_0
- conda-package-handling=1.6.1=py38h7b6447c_0
- coreutils=8.25=1
- cryptography=2.9.2=py38h1ba5d50_0
- curl=7.69.1=hbc83047_0
- icu=58.2=he6710b0_3
- idna=2.9=py_1
- krb5=1.17.1=h173b8e3_0
- krona=2.7.1=pl526_1
- ld_impl_linux-64=2.33.1=h53a641e_7
- libboost=1.73.0=h37e3b65_11
- libcurl=7.69.1=h20c2e04_0
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.3=he6710b0_1
- libgcc=7.2.0=h69d50b8_2
- libgcc-ng=9.1.0=hdf63c60_0
- libssh2=1.9.0=h1ba5d50_1
- libstdcxx-ng=9.1.0=hdf63c60_0
- lz4-c=1.9.2=heb0550a_3
- muscle=3.8.1551=hc9558a2_5
- ncurses=6.2=he6710b0_1
- nextflow=20.04.1=hecc5488_0
- openjdk=8.0.152=h7b6447c_3
- openssl=1.1.1h=h7b6447c_0
- perl=5.26.2=h14c3975_0
- pip=20.0.2=py38_3
- prodigal=2.6.3=h516909a_2
- py-boost=1.73.0=py38h962f231_11
- pycosat=0.6.3=py38h7b6447c_1
- pycparser=2.20=py_0
- pyopenssl=19.1.0=py38_0
- pysocks=1.7.1=py38_0
- python=3.8.3=hcff3b4d_0
- python_abi=3.8=1_cp38
- readline=8.0=h7b6447c_0
- redis=5.0.3=h7b6447c_0
- requests=2.23.0=py38_0
- ruamel_yaml=0.15.87=py38h7b6447c_0
- setuptools=46.4.0=py38_0
- six=1.14.0=py38_0
- sqlite=3.31.1=h62c20be_1
- tk=8.6.8=hbc83047_0
- tqdm=4.46.0=py_0
- urllib3=1.25.8=py38_0
- wheel=0.34.2=py38_0
- xz=5.2.5=h7b6447c_0
- yaml=0.1.7=had09818_2
- zlib=1.2.11=h7b6447c_3
- zstd=1.4.5=h9ceee32_0
- pip:
- absl-py==0.11.0
- alabaster==0.7.12
- appdirs==1.4.4
- attrs==20.3.0
- babel==2.8.0
- biopython==1.77
- bleach==3.2.1
- cachetools==4.1.1
- click==7.1.2
- codecov==2.1.10
- colorama==0.4.4
- configparser==5.0.1
- coverage==5.3
- cycler==0.10.0
- dataclasses==0.6
- deepnog==1.2.1
- distlib==0.3.1
- django==1.11.17
- django-extensions==3.0.9
- django-ipware==1.1.6
- docutils==0.16
- ete3==3.1.2
- filelock==3.0.12
- flake8==3.8.4
- future==0.18.2
- google-auth==1.23.0
- google-auth-oauthlib==0.4.2
- grpcio==1.33.2
- gunicorn==20.0.4
- imagesize==1.2.0
- iniconfig==1.1.1
- jeepney==0.4.3
- jinja2==2.11.2
- joblib==0.17.0
- keyring==21.4.0
- kiwisolver==1.3.1
- llvmlite==0.34.0
- markdown==3.3.3
- markupsafe==1.1.1
- matplotlib==3.3.2
- mccabe==0.6.1
- numba==0.51.2
- numpy==1.19.4
- oauthlib==3.1.0
- packaging==20.4
- pandas==1.1.4
- pathtools==0.1.2
- pillow==8.0.1
- pkginfo==1.6.1
- pluggy==0.13.1
- protobuf==3.13.0
- py==1.9.0
- pyarrow==2.0.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pycodestyle==2.6.0
- pyflakes==2.2.0
- pygments==2.7.2
- pymysql==0.10.1
- pyparsing==2.4.7
- pytest==6.1.2
- pytest-cov==2.10.1
- pytest-runner==5.2
- python-dateutil==2.8.1
- graphviz==0.14.2
- pytz==2020.4
- pyyaml==5.3.1
- pyyml==0.0.2
- readme-renderer==28.0
- redis==3.5.3
- requests-oauthlib==1.3.0
- requests-toolbelt==0.9.1
- rfc3986==1.4.0
- rq==1.5.2
- rsa==4.6
- scikit-learn==0.23.2
- scipy==1.5.4
- secretstorage==3.1.2
- shap==0.35.0
- slicer==0.0.3
- snowballstemmer==2.0.0
- sphinx==3.3.0
- sphinxcontrib-applehelp==1.0.2
- sphinxcontrib-devhelp==1.0.2
- sphinxcontrib-htmlhelp==1.0.3
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==1.0.3
- sphinxcontrib-serializinghtml==1.1.4
- tensorboard==2.4.0
- tensorboard-plugin-wit==1.7.0
- threadpoolctl==2.1.0
- toml==0.10.2
- torch==1.7.0
- tox==3.20.1
- twine==3.2.0
- typing-extensions==3.7.4.3
- virtualenv==20.1.0
- watchdog==0.10.3
- webencodings==0.5.1
- werkzeug==1.0.1
- whitenoise==5.2.0
- xgboost==1.2.1