Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
update TODO about gym-atari
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 26, 2023
1 parent e2587bc commit 912c41f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ outputs:
- python
run:
- python
# exclude gym-atari package because the Atari-Py dependency
# has been replaced with ALE-py which has not yet been
# packaged in conda-forge, see conda-forge/staged-recipes#19664
# - {{ pin_subpackage('gym-atari', exact=True) }}
- {{ pin_subpackage('gym-box2d', exact=True) }}
- {{ pin_subpackage('gym-classic_control', exact=True) }}
Expand All @@ -69,16 +66,15 @@ outputs:

- name: gym-atari
build:
# the Atari-Py dependency has been replaced with ALE-Py
# which has not yet been packaged in conda-forge
# FIXME: causes import errors for gym.envs.atari
skip: true
requirements:
host:
- python
run:
- python
- {{ pin_subpackage('gym', exact=True) }}
- ale-py >=0.7.4,<0.8
- ale-py >=0.7.4
test:
imports:
- gym.envs.atari
Expand Down

0 comments on commit 912c41f

Please sign in to comment.