From 048c0e040d21b03da80dce83145142cd46559020 Mon Sep 17 00:00:00 2001 From: Quentin18 Date: Sun, 1 Dec 2024 11:49:55 +0100 Subject: [PATCH] bump: pygame and training dependencies --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57c8e00..e3c7402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,16 +24,16 @@ classifiers = [ ] dependencies = [ "gymnasium==0.29.1", - "pygame==2.5.2", + "pygame==2.6.1", ] [project.optional-dependencies] training = [ - "matplotlib==3.8.2", - "moviepy==1.0.3", - "pandas==2.2.0", - "pyarrow==15.0.0", - "tqdm==4.66.1", + "matplotlib==3.9.3", + "moviepy==2.1.1", + "pandas==2.2.3", + "pyarrow==18.1.0", + "tqdm==4.67.1", ] testing = ["pytest"] quality = ["black[d]", "isort", "pylint"]