-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 731 Bytes
/
Pipfile
File metadata and controls
39 lines (36 loc) · 731 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
absl-py = "==0.5.0"
astor = "==0.7.1"
cycler = "==0.10.0"
face-recognition = "*"
gast = "==0.2.0"
grpcio = "==1.15.0"
"h5py" = "==2.8.0"
keras-applications = "==1.0.6"
keras-preprocessing = "==1.0.5"
kiwisolver = "==1.0.1"
markdown = "==3.0.1"
matplotlib = "==3.0.0"
model-zoo = "*"
numpy = ">=1.15.2"
opencv-python = "==3.4.3"
pandas = "*"
pillow = "*"
protobuf = "==3.6.1"
pyparsing = "==2.2.2"
python-dateutil = "==2.7.3"
scikit-learn = "==0.20.0"
scipy = ">=1.1.0"
six = "==1.11.0"
sklearn = "*"
tensorboard = ">=1.11.0"
tensorflow = ">=1.11.0"
termcolor = "==1.1.0"
werkzeug = "==0.14.1"
[dev-packages]
[requires]
python_version = "3.6"