Skip to content

Commit c2dfbac

Browse files
committed
add dependencies for introduction to RNNs lesson.
1 parent 28f8621 commit c2dfbac

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

intro-to-rnns/requirements.txt

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

0 commit comments

Comments
 (0)