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 18, 2024
1 parent 111df58 commit 3a9cd29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 115 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.9.0"
torch = "2.4.1"
torchvision = "0.19.1"
Expand Down
116 changes: 3 additions & 113 deletions machine-learning/hm-mlflow/experiments/classify-mnist/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.11.x"
python = "3.13.x"
mlflow = "2.17.0"
torch = "2.4.1"
torchvision = "0.19.1"
Expand Down

0 comments on commit 3a9cd29

Please sign in to comment.