Skip to content

Commit 1032fa5

Browse files
Fix KFP dependency conflict in knowledge-tuning pipeline
Bump kfp and kfp-kubernetes to >=2.16.1 so pip can resolve kfp-components@main, which unblocks the Notebook Tests CI validation.
1 parent cf7d084 commit 1032fa5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/knowledge-tuning/Kubeflow_Pipeline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Source repository: `red-hat-data-services/pipelines-components`
107107

108108
Run the following commands to install these required packages:
109109

110-
- `kfp==2.15.2`
111-
- `kfp-kubernetes>=2.15.2`
110+
- `kfp>=2.16.1`
111+
- `kfp-kubernetes>=2.16.1`
112112
- `kfp-components @ git+https://github.com/red-hat-data-services/pipelines-components@main`
113113

114114
```bash

examples/knowledge-tuning/Kubeflow_Pipeline/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Kubeflow pipeline for the Knowledge Tuning workflow"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"kfp-kubernetes>=2.15.2",
9-
"kfp==2.15.2",
8+
"kfp-kubernetes>=2.16.1",
9+
"kfp>=2.16.1",
1010
"kfp-components @ git+https://github.com/red-hat-data-services/pipelines-components@main",
1111
]

0 commit comments

Comments
 (0)