diff --git a/hm-kubeflow/pipelines/classify-mnist/poetry.lock b/hm-kubeflow/pipelines/classify-mnist/poetry.lock index 8b8ec03036..7cb56f782c 100644 --- a/hm-kubeflow/pipelines/classify-mnist/poetry.lock +++ b/hm-kubeflow/pipelines/classify-mnist/poetry.lock @@ -915,12 +915,12 @@ ansicon = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "kfp" -version = "2.1.3" +version = "2.2.0" description = "Kubeflow Pipelines SDK" optional = false python-versions = ">=3.7.0,<3.12.0" files = [ - {file = "kfp-2.1.3.tar.gz", hash = "sha256:ccae14c5dbdc346e81f225265c2f6692638d33b990edc8489a033b503bb7224b"}, + {file = "kfp-2.2.0.tar.gz", hash = "sha256:f4b243e11cc7e6a34dcb3af348b2784ba02f6fa2707b000d215d108bed338518"}, ] [package.dependencies] @@ -2738,4 +2738,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.x" -content-hash = "cb1b04cd84ed1601c6ac23ae72a796f6a9b47615e50304496d06b2e689638a7a" +content-hash = "0edc483c046e6d301053683c3ae2f07eb65d900eb7e2b098003fa49ee28489bb" diff --git a/hm-kubeflow/pipelines/classify-mnist/pyproject.toml b/hm-kubeflow/pipelines/classify-mnist/pyproject.toml index 1efdc16511..76d26f2dcb 100644 --- a/hm-kubeflow/pipelines/classify-mnist/pyproject.toml +++ b/hm-kubeflow/pipelines/classify-mnist/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"] [tool.poetry.dependencies] python = "3.10.x" -kfp = "2.1.3" +kfp = "2.2.0" torch = "2.0.0" torchvision = "0.15.1" lightning = "2.0.9"