-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
94 lines (93 loc) · 2.46 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
name: snakepot
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- snakemake-minimal=5.4.4=py_1
- appdirs=1.4.3=py_1
- asn1crypto=0.24.0=py37_1003
- attrs=19.1.0=py_0
- blas=1.0=mkl
- category_encoders=1.3.0=py_0
- certifi=2019.3.9=py37_0
- cffi=1.12.2=py37hf0e25f4_1
- chardet=3.0.4=py37_1003
- configargparse=0.13.0=py_1
- cryptography=2.6.1=py37h72c5cf5_0
- datrie=0.7.1=py37h14c3975_0
- docutils=0.14=py37_1001
- gitdb2=2.0.5=py_0
- gitpython=2.1.11=py_0
- idna=2.8=py37_1000
- jedi=0.13.3=py37_0
- jsonschema=3.0.1=py37_0
- patsy=0.5.1=py_0
- pexpect=4.6.0=py37_0
- pip=19.0.3=py37_0
- psutil=5.6.1=py37h14c3975_0
- ptyprocess=0.6.0=py37_0
- pycparser=2.19=py37_1
- pyopenssl=19.0.0=py37_0
- pyrsistent=0.14.11=py37h14c3975_0
- pysocks=1.6.8=py37_1002
- pyyaml=5.1=py37h14c3975_0
- ratelimiter=1.2.0=py37_1000
- requests=2.21.0=py37_1000
- setuptools=41.0.0=py37_0
- smmap2=2.0.5=py_0
- statsmodels=0.9.0=py37h3010b51_1000
- traitlets=4.3.2=py37_0
- urllib3=1.24.1=py37_1000
- wheel=0.33.1=py37_0
- wrapt=1.11.1=py37h14c3975_0
- yaml=0.1.7=h14c3975_1001
- _libgcc_mutex=0.1=main
- backcall=0.1.0=py37_0
- ca-certificates=2019.1.23=0
- decorator=4.4.0=py37_1
- intel-openmp=2019.3=199
- ipython=7.4.0=py37h39e3cac_0
- ipython_genutils=0.2.0=py37_0
- joblib=0.13.2=py37_0
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=8.2.0=hdf63c60_1
- libgfortran-ng=7.3.0=hdf63c60_0
- libstdcxx-ng=8.2.0=hdf63c60_1
- mkl=2019.3=199
- mkl_fft=1.0.10=py37ha843d7b_0
- mkl_random=1.0.2=py37hd81dba3_0
- ncurses=6.1=he6710b0_1
- numpy=1.16.2=py37h7e9f1db_0
- numpy-base=1.16.2=py37hde5b4d6_0
- openssl=1.1.1b=h7b6447c_1
- pandas=0.24.2=py37he6710b0_0
- parso=0.3.4=py37_0
- pickleshare=0.7.5=py37_0
- prompt_toolkit=2.0.9=py37_0
- pygments=2.3.1=py37_0
- python=3.7.3=h0371630_0
- python-dateutil=2.8.0=py37_0
- pytz=2018.9=py37_0
- readline=7.0=h7b6447c_5
- scikit-learn=0.20.3=py37hd81dba3_0
- scipy=1.2.1=py37h7c811a0_0
- six=1.12.0=py37_0
- sqlite=3.27.2=h7b6447c_0
- tk=8.6.8=hbc83047_0
- wcwidth=0.1.7=py37_0
- xz=5.2.4=h14c3975_4
- zlib=1.2.11=h7b6447c_3
- pip:
- beautifulsoup4==4.8.0
- deap==1.2.2
- logbook==1.5.2
- snakemake==5.4.4
- snowballstemmer==1.2.1
- soupsieve==1.9.3
- stopit==1.1.2
- tpot==0.10.0
- tqdm==4.31.1
- update-checker==0.16
prefix: /home/nana/miniconda3/envs/snakepot