diff --git a/requirements.txt b/requirements.txt index 0e5e5f91c..30b96b64b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ale-py~=0.7 +ale-py~=0.7.5 opencv-python>=3.0 box2d-py==2.3.5 scipy>=1.4.1 diff --git a/setup.py b/setup.py index ff4b817be..7996baac7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from version import VERSION # noqa:E402 # Environment-specific dependencies. extras = { - "atari": ["ale-py~=0.7.4"], + "atari": ["ale-py~=0.7.5"], "accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"], "box2d": ["box2d-py==2.3.5", "pygame==2.1.0"], "classic_control": ["pygame==2.1.0"],