From e0224ffcfbb2879d91badb5a38e2af55e2dee213 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Wed, 2 Oct 2024 15:00:03 -0700 Subject: [PATCH] 3.12 pillow --- deps/pymatgen_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/pymatgen_requirements.txt b/deps/pymatgen_requirements.txt index 0f2b3bb..22fd288 100644 --- a/deps/pymatgen_requirements.txt +++ b/deps/pymatgen_requirements.txt @@ -7,9 +7,9 @@ pillow >= 8.3.2;python_version=='3.10' and sys_platform=='linux' # min recomme pillow >= 8.3.2;python_version=='3.11' and sys_platform=='darwin' # min recommended pillow >= 10.0.0;python_version=='3.11' and sys_platform=='win32' # working pillow >= 8.3.2;python_version=='3.11' and sys_platform=='linux' # min recommended -pillow >= 11.0.0;python_version=='3.12' and sys_platform=='darwin' # working -pillow >= 11.0.0;python_version=='3.12' and sys_platform=='win32' # working -pillow >= 11.0.0;python_version=='3.12' and sys_platform=='linux' # min recommended +pillow >= 10.0.0;python_version=='3.12' and sys_platform=='darwin' # working +pillow >= 10.0.0;python_version=='3.12' and sys_platform=='win32' # working +pillow >= 10.0.0;python_version=='3.12' and sys_platform=='linux' # min recommended pymatgen >= 2024.8.9 # min working pyparsing >= 3.0.0 # min working ruamel-yaml >= 0.17.2