Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65ffdd4

Browse files
committedApr 11, 2024·
feat(deps): Update dependency kfp-server-api to v2.1.0
Signed-off-by: plural-renovate[bot]@users.noreply.github.com
1 parent 43ec678 commit 65ffdd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎jupyter-pytorch-full/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kubeflow packages
22
# elyra==3.15.0 # Temporarily disable due to incompatibility with JupyterLab 4.x and kfp v2
33
kfp==2.5.0
4-
kfp-server-api==2.0.5
4+
kfp-server-api==2.1.0
55
kserve==0.12.0
66

77
# common packages

‎jupyter-scipy/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kubeflow packages
22
# elyra==3.15.0 # Temporarily disable due to incompatibility with JupyterLab 4.x and kfp v2
33
kfp==2.5.0
4-
kfp-server-api==2.0.5
4+
kfp-server-api==2.1.0
55
kserve==0.12.0
66

77
# scipy packages

‎jupyter-tensorflow-full/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kubeflow packages
22
# elyra==3.15.0 # Temporarily disable due to incompatibility with JupyterLab 4.x and kfp v2
33
kfp==2.5.0
4-
kfp-server-api==2.0.5
4+
kfp-server-api==2.1.0
55
kserve==0.12.0
66

77
# common packages

0 commit comments

Comments
 (0)
Please sign in to comment.