Skip to content

Commit

Permalink
bump pillow for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Oct 2, 2024
1 parent 3886781 commit 01963ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps/pymatgen_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
matplotlib >= 3.7.0 # min recommended
mpmath >= 1.2.0
pandas >= 2.0.0 # min recommended
pillow >= 8.3.2 # 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
pymatgen >= 2024.8.9 # min working
pyparsing >= 3.0.0 # min working
ruamel-yaml >= 0.17.2
Expand Down

0 comments on commit 01963ea

Please sign in to comment.