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