From 21d1528f4625f8006a41014ba4cc08ad75c94647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:11:43 +0000 Subject: [PATCH] fix(classify-mnist): update dependency kfp to v2.10.0 (#20318) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../hm-kubeflow/pipelines/classify-mnist/poetry.lock | 8 ++++---- .../hm-kubeflow/pipelines/classify-mnist/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock b/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock index 6837736e4f..93cfac9920 100644 --- a/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock +++ b/machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock @@ -766,12 +766,12 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "kfp" -version = "2.9.0" +version = "2.10.0" description = "Kubeflow Pipelines SDK" optional = false -python-versions = "<3.13.0,>=3.8.0" +python-versions = "<3.13.0,>=3.9.0" files = [ - {file = "kfp-2.9.0.tar.gz", hash = "sha256:936b34261d7356f5f1960d07d12632a84f36f928e14a72cea7c092f2a224de7d"}, + {file = "kfp-2.10.0.tar.gz", hash = "sha256:a9c4cf6b66ed2319c8b5ec604d712ae7a25626e33c624eee10ac64f7218905ee"}, ] [package.dependencies] @@ -2237,4 +2237,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~3.11.0" -content-hash = "791c21457381cdf022f14a1fa01f86e0feb3d0eb2fdaaabd7d6f3b5f972fa0fd" +content-hash = "33a7cd0c7abc843a641370166eef426165737206377901255f142424ea0ad8df" diff --git a/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml b/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml index 79cff13fa4..a4266e6619 100644 --- a/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml +++ b/machine-learning/hm-kubeflow/pipelines/classify-mnist/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "~3.11.0" -kfp = "2.9.0" +kfp = "2.10.0" torch = "2.5.1" torchvision = "0.20.1" lightning = "2.4.0"