From fb7b45b6df4b5880c692e0723f7b9d3476f989b4 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sat, 15 Nov 2025 19:13:23 +0100 Subject: [PATCH] update requirements.txt --- requirements.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6dbdd7d..2f4f8a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,22 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml -o requirements.txt -arcade==3.2.0 +arcade==3.3.3 # via fleet-commander (pyproject.toml) attrs==25.3.0 # via pytiled-parser cffi==1.17.1 # via pymunk -pillow==11.0.0 +cloudpickle==3.1.2 + # via gymnasium +farama-notifications==0.0.4 + # via gymnasium +gymnasium==1.2.2 + # via fleet-commander (pyproject.toml) +numpy==2.3.4 + # via + # fleet-commander (pyproject.toml) + # gymnasium +pillow==11.3.0 # via arcade pycparser==2.22 # via cffi @@ -19,4 +29,6 @@ pypresence==4.3.0 pytiled-parser==2.2.9 # via arcade typing-extensions==4.14.1 - # via pytiled-parser + # via + # gymnasium + # pytiled-parser