From c60f79ae9bd88a04ad6e8fc53188fbb6481f80e6 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Wed, 2 Oct 2024 14:34:49 -0700 Subject: [PATCH] bump pillow --- deps/pymatgen_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/pymatgen_requirements.txt b/deps/pymatgen_requirements.txt index 1c971e0..3237838 100644 --- a/deps/pymatgen_requirements.txt +++ b/deps/pymatgen_requirements.txt @@ -3,7 +3,8 @@ mpmath >= 1.2.0 pandas >= 2.0.0 # min recommended pillow >= 8.3.2;sys_platform=='darwin' # min recommended pillow >= 8.3.2;sys_platform=='linux' # min recommended -pillow >= 9.0.0;sys_platform=='win32' # working +pillow >= 8.3.2;sys_platform=='win32' and python_version=='3.10' # working +pillow >= 10.0.0;sys_platform=='win32' and python_version=='3.11' # working pymatgen >= 2024.8.9 # min working pyparsing >= 3.0.0 # min working ruamel-yaml >= 0.17.2