Skip to content

Commit 967db61

Browse files
committed
add dependencies for introduction to tensorflow lesson.
1 parent c2dfbac commit 967db61

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

intro-to-tensorflow/requirements.txt

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
appdirs==1.4.3
2+
appnope==0.1.0
3+
bleach==2.0.0
4+
cycler==0.10.0
5+
decorator==4.0.11
6+
entrypoints==0.2.2
7+
html5lib==0.999999999
8+
ipykernel==4.5.2
9+
ipython==5.3.0
10+
ipython-genutils==0.2.0
11+
ipywidgets==6.0.0
12+
Jinja2==2.9.5
13+
jsonschema==2.6.0
14+
jupyter==1.0.0
15+
jupyter-client==5.0.0
16+
jupyter-console==5.1.0
17+
jupyter-core==4.3.0
18+
MarkupSafe==1.0
19+
matplotlib==2.0.0
20+
mistune==0.7.4
21+
nbconvert==5.1.1
22+
nbformat==4.3.0
23+
notebook==4.4.1
24+
numpy==1.12.1
25+
olefile==0.44
26+
packaging==16.8
27+
pandocfilters==1.4.1
28+
pexpect==4.2.1
29+
pickleshare==0.7.4
30+
Pillow==4.0.0
31+
prompt-toolkit==1.0.14
32+
protobuf==3.2.0
33+
ptyprocess==0.5.1
34+
Pygments==2.2.0
35+
pyparsing==2.2.0
36+
python-dateutil==2.6.0
37+
pytz==2017.2
38+
pyzmq==16.0.2
39+
qtconsole==4.3.0
40+
scikit-learn==0.18.1
41+
scipy==0.19.0
42+
simplegeneric==0.8.1
43+
six==1.10.0
44+
tensorflow==1.0.0
45+
terminado==0.6
46+
testpath==0.3
47+
tornado==4.4.3
48+
tqdm==4.11.2
49+
traitlets==4.3.2
50+
wcwidth==0.1.7
51+
webencodings==0.5
52+
widgetsnbextension==2.0.0

0 commit comments

Comments
 (0)