mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Gym-Gymnasium compatibility converter (#61)
This commit is contained in:
committed by
GitHub
parent
e7c8a8cb59
commit
8b81b7dcc2
2
setup.py
2
setup.py
@@ -47,7 +47,7 @@ extras = {
|
||||
testing_group = set(extras.keys()) - {"accept-rom-license", "atari"}
|
||||
extras["testing"] = list(
|
||||
set(itertools.chain.from_iterable(map(lambda group: extras[group], testing_group)))
|
||||
) + ["pytest==7.0.1"]
|
||||
) + ["pytest==7.0.1", "gym==0.26.2"]
|
||||
|
||||
# All dependency groups - accept rom license as requires user to run
|
||||
all_groups = set(extras.keys()) - {"accept-rom-license"}
|
||||
|
Reference in New Issue
Block a user