From bbf8f5a4676e6fadb9def9c05412a50fdfe74e60 Mon Sep 17 00:00:00 2001 From: Mark Towers Date: Tue, 24 May 2022 15:27:22 +0100 Subject: [PATCH] Bump the ale-py version (#2832) * Up the ale-py version * Updates the ale-py version --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"],