Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion procgen-build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
imageio==2.9.0 # the pillow version we want to use requires an older imageio version
pillow==8.4.0 # this is required by gym3, newer versions fail to install on linux cibuildwheel with a missing dependency error
pillow==10.0.1 # this is required by gym3, newer versions fail to install on linux cibuildwheel with a missing dependency error