Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tune](deps): Bump kaggle-environments from 1.7.11 to 1.9.10 in /python/requirements/ml #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[tune](deps): Bump kaggle-environments in /python/requirements/ml
Bumps [kaggle-environments](https://github.com/Kaggle/kaggle-environments) from 1.7.11 to 1.9.10.
- [Release notes](https://github.com/Kaggle/kaggle-environments/releases)
- [Commits](https://github.com/Kaggle/kaggle-environments/commits)

---
updated-dependencies:
- dependency-name: kaggle-environments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 19, 2022
commit 1e4b73777f19b956511a0cfa75986a7acac3f5d5
2 changes: 1 addition & 1 deletion python/requirements/ml/requirements_rllib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ autorom[accept-rom-license]
gym[atari]==0.21.0; python_version >= '3.7'
gym[atari]==0.19.0; python_version < '3.7'
# Kaggle envs.
kaggle_environments==1.7.11
kaggle_environments==1.9.10
# Unity3D testing
#TODO(sven): Add this back to requirements_rllib.txt once mlagents no longer pins torch<1.9.0 version.
#mlagents==0.28.0
Expand Down