fixed minor issues
This commit is contained in:
47
Pipfile
Normal file
47
Pipfile
Normal file
@@ -0,0 +1,47 @@
|
||||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
Keras = "==2.1.5"
|
||||
tensorflow = "==1.6.0"
|
||||
"h5py" = "==2.7.1"
|
||||
scikit-image = "==0.13.1"
|
||||
scikit-learn = "==0.19.1"
|
||||
sk-video = "==1.1.10"
|
||||
tqdm = "==4.19.6"
|
||||
coloredlogs = "==9.0"
|
||||
absl-py = "==0.1.11"
|
||||
astor = "==0.6.2"
|
||||
bleach = "==1.5.0"
|
||||
Cycler = "==0.10.0"
|
||||
decorator = "==4.2.1"
|
||||
gast = "==0.2.0"
|
||||
grpcio = "==1.10.0"
|
||||
"html5lib" = "==0.9999999"
|
||||
humanfriendly = "==4.8"
|
||||
kiwisolver = "==1.0.1"
|
||||
Markdown = "==2.6.11"
|
||||
matplotlib = "==2.2.0"
|
||||
networkx = "==2.1"
|
||||
numpy = "==1.14.1"
|
||||
Pillow = "==5.0.0"
|
||||
protobuf = "==3.5.2"
|
||||
pyparsing = "==2.2.0"
|
||||
python-dateutil = "==2.6.1"
|
||||
pytz = "==2018.3"
|
||||
PyWavelets = "==0.5.2"
|
||||
PyYAML = "==3.12"
|
||||
scipy = "==1.0.0"
|
||||
six = "==1.11.0"
|
||||
tensorboard = "==1.6.0"
|
||||
termcolor = "==1.1.0"
|
||||
Werkzeug = "==0.14.1"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
||||
Reference in New Issue
Block a user