Skip to content

Commit

Permalink
fix(classify-mnist): update python to 3.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 73105be commit 83f53ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package-mode = false

[tool.poetry.dependencies]
python = "3.11.x"
python = "3.13.x"
kfp = "2.8.0"
torch = "2.4.1"
torchvision = "0.19.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package-mode = false

[tool.poetry.dependencies]
python = "3.11.x"
python = "3.13.x"
mlflow = "2.16.2"
torch = "2.4.1"
torchvision = "0.19.1"
Expand Down

0 comments on commit 83f53ad

Please sign in to comment.