From 6df06a81d602e055f873b706520699f45dd70eca Mon Sep 17 00:00:00 2001 From: Anthony Onwuli <30937913+AntObi@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:01:17 +0100 Subject: [PATCH] Restrict pymatgen version due to windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36ca0a73..421b7136 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "scipy", "numpy<2", "spglib", - "pymatgen>=2024.2.20", + "pymatgen>=2024.2.20,<2024.8.8", "ase", "pandas", "pathos",