Skip to content

Commit

Permalink
Don't constrain pillow dependency to <10
Browse files Browse the repository at this point in the history
- Incompatibility has been fixed
  • Loading branch information
smathot committed Jan 4, 2024
1 parent 1de0092 commit 9681ca8
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 @@ -36,7 +36,7 @@ python-qnotifications = ">= 2.0.6"
python-fileinspector = ">= 1.0.2"
PyYAML = "*"
webcolors = "*"
pillow = "<10" # Pillow 10 is only compatible with PyQt6
pillow = "*"
markdown = "*"

[tool.wheel2deb.dependencies]
Expand Down

0 comments on commit 9681ca8

Please sign in to comment.