Skip to content

Commit

Permalink
Move kfp into optional dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Chin <akchin@us.ibm.com>
  • Loading branch information
akchinSTC committed Mar 31, 2023
1 parent ffdd833 commit dbf1a49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ dependencies = [
"watchdog>=2.1.3",
"websocket-client",
"yaspin",
"kfp>=1.7.0,<2.0,!=1.7.2", # We cap the SDK to <2.0 due to possible breaking changes
"pygithub",
"black>=22.8.0",
]
Expand Down Expand Up @@ -85,6 +84,10 @@ test = [
"requests-unixsocket",
"kfp-tekton"
]
kfp = [
"kfp>=1.7.0,<2.0,!=1.7.2", # We cap the SDK to <2.0 due to possible breaking changes
]

kfp-tekton = [
"kfp-tekton>=1.5.2" # requires kfp >= 1.8.19, which contains fix for Jupyterlab
]
Expand Down

0 comments on commit dbf1a49

Please sign in to comment.