Skip to content

Commit

Permalink
Pin pyglet version to workaround bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGleave committed Nov 22, 2022
1 parent e60925e commit f480835
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ def get_readme() -> str:
"pytest-xdist",
"pytype",
"stable-baselines3>=0.9.0",
"pyglet>=1.4.0",
# TODO(adam): remove pyglet pin once Gym upgraded to >0.21
# Workaround for https://github.com/openai/gym/issues/2986
# Discussed in https://github.com/HumanCompatibleAI/imitation/pull/603
"pyglet==1.5.27",
"setuptools_scm~=7.0.5",
*ATARI_REQUIRE,
]
Expand Down

0 comments on commit f480835

Please sign in to comment.