Skip to content

Commit ddf85e5

Browse files
committed
initial commit
1 parent 9096f03 commit ddf85e5

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

environment.yml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: python3_tf
2+
dependencies:
3+
- appnope=0.1.0=py35_0
4+
- backports=1.0=py35_0
5+
- bokeh=0.11.1=py35_0
6+
- cycler=0.10.0=py35_0
7+
- decorator=4.0.9=py35_0
8+
- entrypoints=0.2=py35_1
9+
- freetype=2.5.5=0
10+
- get_terminal_size=1.0.0=py35_0
11+
- ipykernel=4.3.1=py35_0
12+
- ipython=4.2.0=py35_0
13+
- ipython_genutils=0.1.0=py35_0
14+
- ipywidgets=4.1.1=py35_0
15+
- jinja2=2.8=py35_0
16+
- jsonschema=2.5.1=py35_0
17+
- jupyter=1.0.0=py35_2
18+
- jupyter_client=4.2.2=py35_0
19+
- jupyter_console=4.1.1=py35_0
20+
- jupyter_core=4.1.0=py35_0
21+
- libpng=1.6.17=0
22+
- markupsafe=0.23=py35_0
23+
- matplotlib=1.5.1=np111py35_0
24+
- mistune=0.7.2=py35_1
25+
- mkl=11.3.1=0
26+
- nbconvert=4.2.0=py35_0
27+
- nbformat=4.0.1=py35_0
28+
- notebook=4.2.0=py35_0
29+
- numpy=1.11.0=py35_0
30+
- openssl=1.0.2h=0
31+
- pandas=0.18.1=np111py35_0
32+
- path.py=8.2.1=py35_0
33+
- pexpect=4.0.1=py35_0
34+
- pickleshare=0.5=py35_0
35+
- pip=8.1.1=py35_1
36+
- ptyprocess=0.5=py35_0
37+
- pygments=2.1.3=py35_0
38+
- pyparsing=2.1.1=py35_0
39+
- pyqt=4.11.4=py35_1
40+
- python=3.5.1=0
41+
- python-dateutil=2.5.3=py35_0
42+
- pytz=2016.4=py35_0
43+
- pyyaml=3.11=py35_1
44+
- pyzmq=15.2.0=py35_0
45+
- qt=4.8.7=1
46+
- qtconsole=4.2.1=py35_0
47+
- readline=6.2=2
48+
- requests=2.9.1=py35_0
49+
- scikit-learn=0.17.1=np111py35_0
50+
- scipy=0.17.0=np111py35_0
51+
- seaborn=0.7.0=py35_0
52+
- setuptools=20.7.0=py35_0
53+
- simplegeneric=0.8.1=py35_0
54+
- sip=4.16.9=py35_0
55+
- six=1.10.0=py35_0
56+
- sqlite=3.9.2=0
57+
- terminado=0.5=py35_1
58+
- tk=8.5.18=0
59+
- tornado=4.3=py35_0
60+
- traitlets=4.2.1=py35_0
61+
- wheel=0.29.0=py35_0
62+
- xz=5.0.5=1
63+
- yaml=0.1.6=0
64+
- zlib=1.2.8=0
65+
- pip:
66+
- backports.shutil-get-terminal-size==1.0.0
67+
- ipython-genutils==0.1.0
68+
- jupyter-client==4.2.2
69+
- jupyter-console==4.1.1
70+
- jupyter-core==4.1.0
71+

0 commit comments

Comments
 (0)