Skip to content

Commit 53da71b

Browse files
authored
Add files via upload
1 parent cf148d8 commit 53da71b

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

environment.yml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: table_to_txt
2+
channels:
3+
- defaults
4+
dependencies:
5+
- ca-certificates=2020.1.1=0
6+
- certifi=2019.11.28=py27_0
7+
- libcxx=10.0.0=1
8+
- libedit=3.1.20191231=haf1e3a3_0
9+
- libffi=3.3=h0a44026_1
10+
- markupsafe=1.1.1=py27h1de35cc_0
11+
- ncurses=6.2=h0a44026_1
12+
- openssl=1.1.1g=h1de35cc_0
13+
- pip=19.3.1=py27_0
14+
- python=2.7.18=h47d645e_1
15+
- readline=8.0=h1de35cc_0
16+
- setuptools=44.0.0=py27_0
17+
- sqlite=3.32.3=hffcf06c_0
18+
- tk=8.6.10=hb0a8c7a_0
19+
- wheel=0.33.6=py27_0
20+
- wtforms=2.3.1=py_0
21+
- zlib=1.2.11=h1de35cc_3
22+
- pip:
23+
- absl-py==0.9.0
24+
- astor==0.8.1
25+
- backports-weakref==1.0.post1
26+
- click==7.1.2
27+
- enum34==1.1.10
28+
- flask==1.1.2
29+
- funcsigs==1.0.2
30+
- futures==3.3.0
31+
- gast==0.3.3
32+
- google-pasta==0.2.0
33+
- grpcio==1.30.0
34+
- h5py==2.10.0
35+
- itsdangerous==1.1.0
36+
- jinja2==2.11.2
37+
- keras-applications==1.0.8
38+
- keras-preprocessing==1.1.2
39+
- markdown==3.1.1
40+
- mock==3.0.5
41+
- numpy==1.16.6
42+
- protobuf==3.12.2
43+
- six==1.15.0
44+
- tensorboard==1.14.0
45+
- tensorflow==1.14.0
46+
- tensorflow-estimator==1.14.0
47+
- termcolor==1.1.0
48+
- werkzeug==1.0.1
49+
- wrapt==1.12.1
50+
prefix: /Users/jkooy/opt/anaconda3/envs/table
51+

0 commit comments

Comments
 (0)