-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
55 lines (54 loc) · 1.47 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
44
45
46
47
48
49
50
51
52
53
54
name: mnist-tensorflow
channels:
- conda-forge
- defaults
dependencies:
- absl-py=0.1.10=py_0
- backports=1.0=py36_1
- backports.weakref=1.0rc1=py36_1
- bleach=1.5.0=py36_0
- html5lib=0.9999999=py36_0
- markdown=2.6.11=py_0
- openblas=0.2.20=7
- tensorboard=1.5.1=py36_1
- tensorflow=1.5.1=py36_0
- webencodings=0.5=py36_0
- blas=1.0=mkl
- ca-certificates=2017.08.26=ha1e5d58_0
- certifi=2018.1.18=py36_0
- configargparse=0.13.0=py36_0
- cycler=0.10.0=py36hfc81398_0
- freetype=2.8=h12048fb_1
- intel-openmp=2018.0.0=h8158457_8
- kiwisolver=1.0.1=py36h792292d_0
- libcxx=4.0.1=h579ed51_0
- libcxxabi=4.0.1=hebd6815_0
- libedit=3.1=hb4e282d_0
- libffi=3.2.1=h475c297_4
- libgfortran=3.0.1=h93005f0_2
- libpng=1.6.34=he12f830_0
- libprotobuf=3.5.1=h2cd40f5_0
- matplotlib=2.2.2=py36ha7267d0_0
- mkl=2018.0.1=hfbd8650_4
- ncurses=6.0=hd04f020_2
- numpy=1.14.2=py36ha9ae307_0
- openssl=1.0.2n=hdbc3d79_0
- pip=9.0.1=py36_5
- protobuf=3.5.1=py36h0a44026_0
- pyparsing=2.2.0=py36hb281f35_0
- python=3.6.4=hc167b69_3
- python-dateutil=2.7.3=py36_0
- pytz=2018.4=py36_0
- readline=7.0=hc1231fa_4
- setuptools=38.5.1=py36_0
- six=1.11.0=py36h0e22d5e_1
- sqlite=3.22.0=h3efe00b_0
- tk=8.6.7=h35a86e2_3
- tornado=5.0.2=py36_0
- werkzeug=0.14.1=py36_0
- wheel=0.30.0=py36h5eb2c71_1
- xz=5.2.3=h0278029_2
- zlib=1.2.11=hf3cbc9b_2
- pip:
- tensorflow-tensorboard==1.5.1
prefix: /Users/Ben/anaconda3/envs/mnist-tensorflow