Skip to content

Commit

Permalink
Remove locked Pillow version for asciimatics (kivy dependency irrelev…
Browse files Browse the repository at this point in the history
…ant)
  • Loading branch information
avanwinkle committed Jan 20, 2025
1 parent 448cece commit 7aaf485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies = [
"setuptools ~= 72.2.0", # Nov 16, 2024,
"sortedcontainers == 2.4.0", # Oct 4 2023, used by platform batch light system
"terminaltables == 3.1.10", # Oct 4 2023, used for the service CLI
"Pillow == 9.5.0" # Nov 4 2023. Asciimatics needs Pillow > 2.7, but latest 10.x breaks kivy for now (fix due in 2.3), so we pin to latest working Pillow for now.
]
dynamic = ["version"]

Expand Down

0 comments on commit 7aaf485

Please sign in to comment.