-
Notifications
You must be signed in to change notification settings - Fork 1
/
conda_environment.yaml
142 lines (142 loc) · 3.27 KB
/
conda_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
name: keras-rl
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- ca-certificates=2018.1.18=0
- certifi=2018.1.18=py36_0
- libedit=3.1.20170329=0
- libevent=2.0.22=0
- ncurses=5.9=10
- openssl=1.0.2n=0
- readline=7.0=0
- tmux=2.6=0
- cffi=1.11.5=py36h342bebf_0
- freetype=2.8=h12048fb_1
- intel-openmp=2018.0.0=8
- jpeg=9b=he5867d9_2
- libcxx=4.0.1=h579ed51_0
- libcxxabi=4.0.1=hebd6815_0
- libffi=3.2.1=h475c297_4
- libgfortran=3.0.1=h93005f0_2
- libpng=1.6.34=he12f830_0
- libtiff=4.0.9=h0dac147_0
- mkl=2018.0.2=1
- mkl_fft=1.0.1=py36h917ab60_0
- mkl_random=1.0.1=py36h78cc56f_0
- numpy=1.14.2=py36ha9ae307_1
- olefile=0.45.1=py36_0
- pcre=8.41=hfb6ab37_1
- pillow=5.0.0=py36hfcce615_0
- pip=9.0.1=py36h1555ced_4
- pycparser=2.18=py36h724b2fc_1
- python=3.6.4=hc167b69_1
- setuptools=38.5.1=py36_0
- six=1.11.0=py36h0e22d5e_1
- sqlite=3.22.0=h3efe00b_0
- swig=3.0.12=h1cb45b9_3
- tk=8.6.7=h35a86e2_3
- wheel=0.30.0=py36h5eb2c71_1
- xz=5.2.3=h0278029_2
- zlib=1.2.11=hf3cbc9b_2
- pytorch=0.3.1=py36_cuda0.0_cudnn0.0_2
- torchvision=0.2.0=py36hf5eb7ec_1
- pip:
- absl-py==0.1.10
- anytree==2.4.3
- appdirs==1.4.3
- appnope==0.1.0
- arrow==0.12.1
- attrdict==2.0.0
- attrs==17.4.0
- binaryornot==0.4.4
- bleach==1.5.0
- box2d==2.3.2
- box2d-kengz==2.3.3
- chardet==3.0.4
- click==6.7
- configargparse==0.13.0
- cookiecutter==1.6.0
- datrie==0.7.1
- decorator==4.2.1
- entrypoints==0.2.3
- et-xmlfile==1.0.1
- future==0.16.0
- gym==0.10.3
- h5py==2.7.1
- html5lib==0.9999999
- idna==2.6
- ipykernel==4.8.2
- ipython==6.2.1
- ipython-genutils==0.2.0
- ipywidgets==7.1.2
- jdcal==1.3
- jedi==0.11.1
- jinja2==2.10
- jinja2-time==0.2.0
- jsonschema==2.6.0
- jupyter==1.0.0
- jupyter-client==5.2.2
- jupyter-console==5.2.0
- jupyter-core==4.4.0
- keras==2.1.5
- keras-rl==0.4.0
- keyring==11.0.0
- markdown==2.6.11
- markupsafe==1.0
- mistune==0.8.3
- more-itertools==4.1.0
- nbconvert==5.3.1
- nbformat==4.4.0
- notebook==5.4.0
- numexpr==2.6.4
- openpyxl==2.5.0
- pandas==0.22.0
- pandocfilters==1.4.2
- parso==0.1.1
- patsy==0.5.0
- pexpect==4.4.0
- pickleshare==0.7.4
- pluggy==0.6.0
- poyo==0.4.1
- prompt-toolkit==1.0.15
- protobuf==3.5.1
- ptyprocess==0.5.2
- py==1.5.3
- pyarango==1.3.1
- pyglet==1.3.1
- pygments==2.2.0
- pytest==3.5.0
- python-dateutil==2.6.1
- pytz==2018.3
- pyyaml==3.12
- pyzmq==17.0.0
- qtconsole==4.3.1
- ratelimiter==1.2.0.post0
- requests==2.18.4
- ruamel.yaml==0.15.37
- scikit-learn==0.19.1
- scipy==1.0.1
- send2trash==1.5.0
- simplegeneric==0.8.1
- sklearn==0.0
- snakemake==4.8.0
- statsmodels==0.8.0
- tables==3.4.2
- tensorflow==1.5.0
- tensorflow-tensorboard==1.5.1
- tensorforce==0.4.1
- terminado==0.8.1
- testpath==0.3.1
- tflearn==0.3.2
- torch==0.3.1.post2
- tornado==4.5.3
- traitlets==4.3.2
- urllib3==1.22
- wcwidth==0.1.7
- werkzeug==0.14.1
- whichcraft==0.4.1
- widgetsnbextension==3.1.4
- wrapt==1.10.11
- xlrd==1.1.0