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

Removed keras-vis from setup.py

parent e9d4c9f2
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ setup(
description=metainfo['title'],
long_description=metainfo['description'],
packages=find_packages(),
install_requires=['tensorflow==1.13.1', 'keras==2.2.4', 'keras-vis', 'numpy==1.16.4', 'scipy==1.1.0', 'matplotlib', 'pandas', 'seaborn', 'pymatgen==2020.3.13', 'sklearn'],
install_requires=['tensorflow==1.13.1', 'keras==2.2.4', 'numpy==1.16.4', 'scipy==1.1.0', 'matplotlib', 'pandas', 'seaborn', 'pymatgen==2020.3.13', 'sklearn'],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment