Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Craven committed Jan 10, 2025
1 parent f7763a6 commit c5c4bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ dependencies = [
# at the cost of slow download and constant pip install -I -e .[dev]
# "pyglet@git+https://github.com/pyglet/pyglet.git@development#egg=pyglet",
# Expected future dev preview release on PyPI (not yet released)
"pyglet == 2.1rc3",
"pillow~=11.0.0",
"pymunk~=6.9.0",
"pyglet == 2.1.0",
"pillow~=11.1.0",
"pymunk~=6.10.0",
"pytiled-parser~=2.2.7",
]
dynamic = ["version"]
Expand Down

0 comments on commit c5c4bb8

Please sign in to comment.