From 0d57db820b9e8af4187477648843bfe3bbcf690f Mon Sep 17 00:00:00 2001 From: Quentin18 Date: Sat, 2 Dec 2023 10:08:36 +0100 Subject: [PATCH] build: update dependencies --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eec132e..e51a67a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,12 +23,13 @@ classifiers = [ ] dependencies = [ "gymnasium==0.29.1", - "pygame==2.5.1", + "pygame==2.5.2", ] [project.optional-dependencies] training = [ - "matplotlib==3.8.0", + "matplotlib==3.8.2", + "pandas==2.1.3", "tqdm==4.66.1", ] testing = ["pytest"]