mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[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:
parent
f21092e80a
commit
754bcd16f8
3 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -8,6 +8,7 @@ python:
|
|||
- pytest
|
||||
- awscli
|
||||
- gsutil
|
||||
- gym==0.21.0
|
||||
conda_packages: []
|
||||
|
||||
post_build_cmds:
|
||||
|
|
|
@ -8,6 +8,7 @@ python:
|
|||
- pytest
|
||||
- awscli
|
||||
- gsutil
|
||||
- gym==0.21.0
|
||||
conda_packages: []
|
||||
|
||||
post_build_cmds:
|
||||
|
|
Loading…
Add table
Reference in a new issue