Skip to content

Commit

Permalink
fix: updating pillow contraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Banuelos authored and Armando Banuelos committed May 22, 2024
1 parent 31bd71c commit fba853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"numpy ~= 1.24",
"opencv-python ~= 4.5",
"pegen >= 0.3.0",
"pillow ~= 9.1",
"pillow >= 9.1",
'pygame >= 2.1.3.dev8, <3; python_version >= "3.11"',
'pygame ~= 2.0; python_version < "3.11"',
"pyglet ~= 1.5",
Expand Down

0 comments on commit fba853e

Please sign in to comment.