From 29373ab2082ffe6a8dc104ff259230668551fa25 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Wed, 2 Oct 2024 14:11:35 -0700 Subject: [PATCH] bump pymatgen --- deps/pymatgen_requirements.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/deps/pymatgen_requirements.txt b/deps/pymatgen_requirements.txt index 3a96d01..87d2054 100644 --- a/deps/pymatgen_requirements.txt +++ b/deps/pymatgen_requirements.txt @@ -2,12 +2,7 @@ matplotlib >= 3.7.0 # min recommended mpmath >= 1.2.0 pandas >= 2.0.0 # min recommended pillow >= 8.3.2 # min recommended -pymatgen >= 2022.2.10;python_version=='3.10' # min recommended -pymatgen >= 2022.2.10;python_version=='3.11' # min recommended -pymatgen >= 2022.2.10;python_version=='3.12' # min recommended +pymatgen >= 2024.8.9 # min working pyparsing >= 3.0.0 # min working ruamel-yaml >= 0.17.2 -sympy >= 1.10;python_version=='3.10' # min working -sympy >= 1.11;python_version=='3.11' # min working -sympy >= 1.13.1;python_version=='3.12' # min working uncertainties >= 3.1.7