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

Modified setup.py file for nn regression

parent ca062e68
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.14.0', 'keras==2.3.0', 'numpy==1.16.4', 'scipy', 'matplotlib', 'pandas', 'seaborn', 'pymatgen==2020.3.13', 'sklearn'],
install_requires=['tensorflow==1.13.1', 'keras==2.2.4', 'keras-vis', 'numpy==1.16.4', 'scipy==1.3.1', '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