Skip to content

Commit

Permalink
Restrict the Pillow version to pillow>=9.5.0,<11
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Dec 11, 2023
1 parent 49b81cb commit 7349071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dev =
pre-commit
responses
base =
pillow==9.5.0
pillow>=9.5.0,<11
requests
docutils
pygments
Expand All @@ -60,7 +60,7 @@ media =
kivy_deps.gstreamer~=0.3.3; sys_platform == "win32"
ffpyplayer; sys_platform == "linux" or sys_platform == "darwin"
full =
pillow==9.5.0
pillow>=9.5.0,<11
docutils
pygments
kivy_deps.gstreamer~=0.3.3; sys_platform == "win32"
Expand Down

0 comments on commit 7349071

Please sign in to comment.