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

Adding Python3.6 dependency in setup.py Keras Frontend

parent 2df44e85
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ setup(
author_email='hsharif3@illinois.edu',
packages=['keras_frontend'],
install_requires=[
"torchvision==0.8.2",
"tensorflow==1.14",
"tensorflow-gpu==1.14",
"keras==2.1.6",
"scipy==1.1.0"
],
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