Skip to content
Snippets Groups Projects
Commit e62dc524 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Adding h5py=2.1 in setup.py (Keras)

parent b37e6587
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ setup( ...@@ -12,7 +12,8 @@ setup(
"tensorflow==1.14", "tensorflow==1.14",
"tensorflow-gpu==1.14", "tensorflow-gpu==1.14",
"keras==2.1.6", "keras==2.1.6",
"scipy==1.1.0" "scipy==1.1.0",
"h5py==2.10.0"
], ],
python_requires="==3.6.*" python_requires="==3.6.*"
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment