Skip to content

Commit

Permalink
[RLlib] Atari gym environments now require ale-py. (#28703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturNiederfahrenhorst authored Sep 22, 2022
1 parent b7f0346 commit 42874e1
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# sets up all the packages necessary for a /developer/ of Ray.
#
# In short, if you change it here, PLEASE also change it in setup.py.
#
# setup.py install_requires

## setup.py install_requires
aiohttp>=3.7
aiosignal
click >= 7.0, <= 8.0.4
Expand All @@ -28,7 +28,7 @@ requests
smart_open
virtualenv>=20.0.24

## setup.py extras
# setup.py extras
dm_tree
flask
pygame
Expand All @@ -47,38 +47,45 @@ starlette==0.18.0
aiorwlock
gradio; platform_system != "Windows"

# Requirements for running tests
pyarrow >= 6.0.1, < 7.0.0
# Used for Dataset tests.
polars
## Requirements for running tests

# General test requirements
async-exit-stack
async-generator
asyncmock
autorom[accept-rom-license]
azure-cli-core==2.29.1
azure-identity==1.7.0
azure-mgmt-compute==23.1.0
azure-mgmt-network==19.0.0
azure-mgmt-resource==20.0.0
msrestazure==0.6.4
boto3
cryptography>=3.0.0
cython >= 0.29.26
dataclasses; python_version < '3.7'
fastapi
feather-format
google-api-python-client
google-cloud-storage
gym-minigrid==1.0.3
gym[atari]
kubernetes
# higher version of llvmlite breaks windows
llvmlite==0.34.0
lxml
moto[s3,server] >= 4.0.0
mypy
networkx
numba
asyncmock
# higher version of llvmlite breaks windows
llvmlite==0.34.0
openpyxl
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-exporter-otlp==1.1.0
pexpect
Pillow; platform_system != "Windows"
proxy.py
pyarrow >= 6.0.1, < 7.0.0
pygments
pyspark==3.1.2
pytest==7.0.1
Expand All @@ -90,19 +97,18 @@ pytest-timeout
pytest-virtualenv
redis >= 3.5.0, < 4.0.0
scikit-learn
smart_open[s3]
tqdm
testfixtures
werkzeug<2.2.0
xlrd
fastapi
smart_open[s3]
tqdm
async-exit-stack
async-generator
cryptography>=3.0.0
proxy.py

# For doc tests
myst-parser==0.15.2
myst-nb==0.13.1
jupytext==1.13.6
pytest-docker-tools
pytest-forked

# For dataset tests
polars

0 comments on commit 42874e1

Please sign in to comment.