-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
44 lines (43 loc) · 1.01 KB
/
environment.yml
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
name: ncov19-ca
channels:
- anaconda
- conda-forge
- bioconda
- default
- defaults
dependencies:
- ca-certificates=2020.6.20=hecda079_0
- certifi=2020.6.20=py37hc8dfbb8_0
- icu=67.1=he1b5a44_0
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20191231=h14c3975_1
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- libuv=1.39.0=h516909a_0
- ncurses=6.2=he6710b0_1
- nodejs=14.11.0=h568c755_0
- openssl=1.1.1h=h516909a_0
- pip=20.2.2=py37_0
- python=3.7.9=h7579374_0
- python_abi=3.7=1_cp37m
- readline=8.0=h7b6447c_0
- setuptools=49.6.0=py37_0
- sqlite=3.33.0=h62c20be_0
- tk=8.6.10=hbc83047_0
- wheel=0.35.1=py_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- astroid==2.4.2
- isort==5.5.3
- lazy-object-proxy==1.4.3
- mccabe==0.6.1
- plotly==4.11.0
- pylint==2.6.0
- retrying==1.3.3
- six==1.15.0
- toml==0.10.1
- typed-ast==1.4.1
- wrapt==1.12.1
prefix: /home/yswong/.conda/envs/ncov19-ca