Skip to content
Snippets Groups Projects
Commit 69a0dc53 authored by Andreas Leitherer's avatar Andreas Leitherer
Browse files

Added keras-vis package in setup.py

parent 4fea0514
Branches
Tags
No related merge requests found
...@@ -13,5 +13,5 @@ setup( ...@@ -13,5 +13,5 @@ setup(
description=metainfo['title'], description=metainfo['title'],
long_description=metainfo['description'], long_description=metainfo['description'],
packages=find_packages(), packages=find_packages(),
install_requires=['tensorflow==1.13.1', 'keras==2.2.4', 'numpy==1.16.4', 'scipy==1.3.1', 'matplotlib'], install_requires=['tensorflow==1.13.1', 'keras==2.2.4', 'keras-vis', 'numpy==1.16.4', 'scipy==1.3.1', 'matplotlib'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment