Skip to content

Commit

Permalink
bump pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Oct 2, 2024
1 parent 01963ea commit c60f79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/pymatgen_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c60f79a

Please sign in to comment.