[rllib] Pin gym everywhere (#23384)

This PR Pins gym in the app config.yaml's for rllib and tune so that release tests are no longer broken by the new gym version.
This commit is contained in:
Avnish Narayan 2022-03-22 02:44:22 -07:00 committed by GitHub
parent f21092e80a
commit 754bcd16f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,8 @@ debian_packages:
python:
# These dependencies should be handled by requirements_rllib.txt and
# requirements_ml_docker.txt
pip_packages: []
pip_packages:
- gym==0.21.0
conda_packages: []
post_build_cmds:

View file

@ -8,6 +8,7 @@ python:
- pytest
- awscli
- gsutil
- gym==0.21.0
conda_packages: []
post_build_cmds:

View file

@ -8,6 +8,7 @@ python:
- pytest
- awscli
- gsutil
- gym==0.21.0
conda_packages: []
post_build_cmds: