-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (50 loc) · 1011 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
absl-py = "==0.1.12"
appnope = "==0.1.0"
astor = "==0.6.2"
bleach = "==1.5.0"
decorator = "==4.2.1"
gast = "==0.2.0"
graphviz = "==0.8.2"
grpcio = "==1.10.0"
"h5py" = "==2.7.1"
"html5lib" = "==0.9999999"
kiwisolver = "==1.0.1"
matplotlib = "==2.2.2"
numpy = "==1.14.2"
parso = ">=0.1.1"
pexpect = "==4.4.0"
pickleshare = "==0.7.4"
protobuf = "==3.5.2.post1"
ptyprocess = "==0.5.2"
pydot = "==1.2.4"
pydot-ng = "==1.0.0"
pyparsing = "==2.2.0"
python-dateutil = "==2.7.1"
pytz = "==2018.3"
pyyaml = "==3.12"
pyzmq = "==17.0.0"
scipy = "==1.0.1"
simplegeneric = "==0.8.1"
six = "==1.11.0"
tensorboard = "==1.6.0"
tensorflow = "==1.6.0"
termcolor = "==1.1.0"
tornado = "==5.0.1"
traitlets = "==4.3.2"
wcwidth = "==0.1.7"
werkzeug = "==0.14.1"
Cycler = "==0.10.0"
Keras = "==2.1.5"
Markdown = "==2.6.11"
prompt_toolkit = "==1.0.15"
Pygments = "==2.2.0"
tqdm = "*"
ipython = "*"
[dev-packages]
[requires]
python_version = "3.6"