Update gym[classic_control] requirement from <0.25.2,>=0.17.0 to >=0.17.0,<0.26.3 in /requirements (#15136)
Update gym[classic_control] requirement in /requirements Updates the requirements on [gym[classic_control]](https://github.com/openai/gym) to permit the latest version. - [Release notes](https://github.com/openai/gym/releases) - [Commits](https://github.com/openai/gym/compare/0.17.0...0.26.2) --- updated-dependencies: - dependency-name: gym[classic_control] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8bed540278
commit
365996a5fe
|
@ -2,5 +2,5 @@
|
|||
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
|
||||
|
||||
torchvision>=0.10.*, <=0.13.0
|
||||
gym[classic_control]>=0.17.0, <0.25.2
|
||||
gym[classic_control]>=0.17.0, <0.26.3
|
||||
ipython[all] <8.5.1
|
||||
|
|
Loading…
Reference in New Issue