Skip to content

Commit

Permalink
Upgrade pygame version to 2.6.0 (#3025)
Browse files Browse the repository at this point in the history
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 #3023
  • Loading branch information
svekars authored Sep 4, 2024
1 parent 748e52b commit 5c45426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c45426

Please sign in to comment.