Skip to content

Commit

Permalink
fix(cart-pole): update python to ~3.13.0 (#19971)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 6098984 commit 2ec21f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions machine-learning/reinforcement-learning/cart-pole/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package-mode = false

[tool.poetry.dependencies]
python = "~3.12"
python = "~3.13.0"
gymnasium = {version = "1.0.0", extras = ["classic-control"]}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2ec21f7

Please sign in to comment.