From 5c4542650f993010a56693fbd23a69133b57bbbe Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 4 Sep 2024 10:50:02 -0700 Subject: [PATCH] Upgrade pygame version to 2.6.0 (#3025) This allows one to install pygame binaries for Python-3.11/3.12 runtime, while PyGame-2.1.2 was only available up to python-3.10, see https://pypi.org/project/pygame/2.1.2/#files Fixes https://github.com/pytorch/tutorials/issues/3023 --- .ci/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index 9668b17fc3..bd3711bfb0 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -64,7 +64,7 @@ pyopengl gymnasium[mujoco]==0.27.0 timm iopath -pygame==2.1.2 +pygame==2.6.0 pycocotools semilearn==0.3.2 torchao==0.0.3