diff --git a/pyproject.toml b/pyproject.toml index dc46ffeff..37c024031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,10 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "pyglet==3.0.dev1", "pillow>=11.3.0", "pytiled-parser~=2.2.9", + "numpy>=2.2.6", + "pyglet==3.0.dev2", ] dynamic = ["version"]