From b2f8689594665a50282d67541f63abfaa0d9a9cc Mon Sep 17 00:00:00 2001 From: Will Dudley <14932240+WillDudley@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:24:19 +0000 Subject: [PATCH 1/2] Update requirements.txt --- tutorials/Ray/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Ray/requirements.txt b/tutorials/Ray/requirements.txt index a248e7aa6..7788f865b 100644 --- a/tutorials/Ray/requirements.txt +++ b/tutorials/Ray/requirements.txt @@ -2,7 +2,7 @@ pickle5==0.0.11 Pillow==9.3.0 -torch==1.12.1 +torch==1.13.1 SuperSuit==3.6.0 ray[rllib]==2 -pettingzoo==1.22.0 \ No newline at end of file +pettingzoo==1.22.0 From 2b199395e12dc2ddffef37010b850291ea67f04b Mon Sep 17 00:00:00 2001 From: Will Dudley <14932240+WillDudley@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:25:55 +0000 Subject: [PATCH 2/2] https://github.com/Farama-Foundation/PettingZoo/security/dependabot/2 --- tutorials/CleanRL/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/CleanRL/requirements.txt b/tutorials/CleanRL/requirements.txt index 1d516bedf..bbe408069 100644 --- a/tutorials/CleanRL/requirements.txt +++ b/tutorials/CleanRL/requirements.txt @@ -1,3 +1,3 @@ SuperSuit==3.6.0 -torch==1.12.1 -pettingzoo==1.22.0 \ No newline at end of file +torch==1.13.1 +pettingzoo==1.22.0