Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Caponetto <[email protected]>
  • Loading branch information
caponetto committed Jan 3, 2025
1 parent 9c9ace0 commit 939f54c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
"yaspin",
# see: https://stackoverflow.com/questions/76175487/sudden-importerror-cannot-import-name-appengine-from-requests-packages-urlli
"appengine-python-standard",
"kfp==2.9.0", # Cap kfp for protobuff compatibility
"kfp==2.9.0", # Cap kfp for protobuf compatibility
"kfp-kubernetes>=1.0.0",
"pygithub",
"black>=22.8.0",
Expand Down Expand Up @@ -96,7 +96,7 @@ airflow-gitlab = [
"python-gitlab"
]
kfp = [
"kfp==2.9.0", # Cap kfp for protobuff compatibility
"kfp==2.9.0", # Cap kfp for protobuf compatibility
"typing-extensions>=3.10,<5", # Cap from kfp
"mistune<3.1.0",
"kfp-kubernetes>=1.0.0",
Expand All @@ -106,7 +106,7 @@ kfp-examples = [
]
# The following is a collection of "non-test" extra dependencies from above.
all = [
"kfp==2.9.0", # Cap kfp for protobuff compatibility
"kfp==2.9.0", # Cap kfp for protobuf compatibility
"kfp-kubernetes>=1.0.0",
"elyra-examples-kfp-catalog",
"python-gitlab",
Expand Down

0 comments on commit 939f54c

Please sign in to comment.