-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
125 lines (124 loc) · 3.09 KB
/
environment.yml
File metadata and controls
125 lines (124 loc) · 3.09 KB
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
name: tensorflow_2.0
channels:
- conda-forge
- anaconda
- defaults
dependencies:
- asn1crypto=0.24.0=py36_0
- blas=1.0=mkl
- cffi=1.12.2=py36hb5b8e2f_1
- chardet=3.0.4=py36_1
- cryptography=2.6.1=py36ha12b0ac_0
- idna=2.8=py36_0
- intel-openmp=2019.3=199
- libgfortran=3.0.1=h93005f0_2
- mkl=2019.3=199
- mkl_fft=1.0.10=py36h5e564d8_0
- mkl_random=1.0.2=py36h27c97d8_0
- numpy=1.16.2=py36hacdab7b_0
- numpy-base=1.16.2=py36h6575580_0
- pandas=0.24.2=py36h0a44026_0
- pycparser=2.19=py36_0
- pyopenssl=19.0.0=py36_0
- pysocks=1.6.8=py36_0
- python-dateutil=2.8.0=py36_0
- pytz=2018.9=py36_0
- requests=2.21.0=py36_0
- six=1.12.0=py36_0
- urllib3=1.24.1=py36_0
- ca-certificates=2019.3.9=hecc5488_0
- certifi=2019.3.9=py36_0
- cycler=0.10.0=py_1
- freetype=2.10.0=h24853df_0
- kiwisolver=1.0.1=py36h04f5b5a_1002
- libpng=1.6.37=h2573ce8_0
- matplotlib=3.0.3=py36_0
- matplotlib-base=3.0.3=py36hf043ca5_0
- openssl=1.1.1b=h01d97ff_2
- pyparsing=2.4.0=py_0
- tornado=6.0.2=py36h01d97ff_0
- libcxx=4.0.1=hcfea43d_1
- libcxxabi=4.0.1=hcfea43d_1
- libedit=3.1.20181209=hb402a30_0
- libffi=3.2.1=h475c297_4
- ncurses=6.1=h0a44026_1
- pip=19.0.3=py36_0
- python=3.6.8=haf84260_0
- readline=7.0=h1de35cc_5
- setuptools=41.0.0=py36_0
- sqlite=3.27.2=ha441bb4_0
- tk=8.6.8=ha441bb4_0
- wheel=0.33.1=py36_0
- xz=5.2.4=h1de35cc_4
- zlib=1.2.11=h1de35cc_3
- pip:
- absl-py==0.7.1
- appnope==0.1.0
- astor==0.7.1
- attrs==19.1.0
- awscli==1.16.24
- bleach==3.1.0
- botocore==1.12.14
- colorama==0.3.9
- decorator==4.4.0
- defusedxml==0.5.0
- docutils==0.14
- entrypoints==0.3
- future==0.17.1
- gast==0.2.2
- google-pasta==0.1.5
- googleapis-common-protos==1.5.9
- grpcio==1.20.0
- h5py==2.9.0
- ipykernel==5.1.0
- ipython==5.0.0
- ipython-genutils==0.2.0
- ipywidgets==7.4.2
- jinja2==2.10.1
- jmespath==0.9.3
- jsonschema==3.0.1
- jupyter==1.0.0
- jupyter-client==5.2.4
- jupyter-console==6.0.0
- jupyter-core==4.4.0
- keras-applications==1.0.7
- keras-preprocessing==1.0.9
- markdown==3.1
- markupsafe==1.1.1
- mistune==0.8.4
- nbconvert==5.4.1
- nbformat==4.4.0
- notebook==5.7.8
- pandocfilters==1.4.2
- pexpect==4.7.0
- pickleshare==0.7.5
- prometheus-client==0.6.0
- promise==2.2.1
- prompt-toolkit==1.0.16
- protobuf==3.7.1
- ptyprocess==0.6.0
- pygments==2.3.1
- pyrsistent==0.14.11
- pyzmq==18.0.1
- qtconsole==4.4.3
- rsa==3.4.2
- s3transfer==0.1.13
- scipy==1.2.1
- send2trash==1.5.0
- simplegeneric==0.8.1
- tb-nightly==1.14.0a20190301
- tensorflow==2.0.0a0
- tensorflow-datasets==1.0.1
- tensorflow-metadata==0.13.0
- termcolor==1.1.0
- terminado==0.8.2
- testpath==0.4.2
- tf-estimator-nightly==1.14.0.dev2019030115
- tqdm==4.31.1
- traitlets==4.3.2
- wcwidth==0.1.7
- webencodings==0.5.1
- werkzeug==0.15.2
- widgetsnbextension==3.4.2
- wrapt==1.11.1
prefix: /anaconda3/envs/tensorflow_2.0