From 89713515b928fa7cda3c58609e42e269bdd69bc1 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Fri, 20 Sep 2024 07:06:10 -0500 Subject: [PATCH] fix setup for pymatgen --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c006c8d2e..4d4881d86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,8 +63,8 @@ install_requires = scikit-image scikit-learn psutil - pymatgen<=2024.7.18; python_version <= "3.9" ; os_name == 'nt' - pymatgen>=2024.9.10 ; python_version > "3.9" + pymatgen<=2024.7.18; python_version <= "3.9" + pymatgen>=2024.9.10; python_version > "3.9" mp_api pycifrw fabio