From a450ac851528823b952b8512bd065ec148526ecc Mon Sep 17 00:00:00 2001
From: Luigi Sbailo <luigi.sbailo@gmail.com>
Date: Mon, 22 Mar 2021 21:09:47 +0100
Subject: [PATCH] Remove pymatgen from setup

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index fb72c05..76eebb2 100644
--- a/setup.py
+++ b/setup.py
@@ -16,5 +16,5 @@ setup(
     description=metainfo['title'],
     long_description=metainfo['description'],
     packages=find_packages(),
-    install_requires=['mendeleev', 'tensorflow', 'keras', 'numpy', 'scipy', 'matplotlib', 'pandas', 'seaborn', 'pymatgen', 'sklearn'],
+    install_requires=['mendeleev', 'tensorflow', 'keras', 'numpy', 'scipy', 'matplotlib', 'pandas', 'seaborn', 'sklearn'],
 )
-- 
GitLab