Skip to content

Commit

Permalink
chore(deps): update dependency kfp to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 22750b1 commit d90ff9b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 139 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/e2e-wine/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3
# pin to the latest <2.0 version to ensure compatibility
# with the KFP API server version deployed in CKF 1.7
kfp==1.8.22
kfp==2.3.0
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
# pin the client to match the version of the deployed MLflow server
Expand Down
69 changes: 4 additions & 65 deletions tests/notebooks/e2e-wine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
#
# pip-compile requirements.in
#
absl-py==1.4.0
# via kfp
alembic==1.12.0
# via mlflow
attrs==23.1.0
# via
# jsonschema
# referencing
blinker==1.6.2
# via flask
boto3==1.28.50
Expand All @@ -36,10 +30,8 @@ click==8.1.7
# flask
# kfp
# mlflow
# typer
cloudpickle==2.2.1
# via
# kfp
# mlflow
# shap
configparser==6.0.0
Expand All @@ -50,16 +42,12 @@ cycler==0.11.0
# via matplotlib
databricks-cli==0.17.7
# via mlflow
deprecated==1.2.14
# via kfp
docker==6.1.3
# via mlflow
docstring-parser==0.15
# via kfp
entrypoints==0.4
# via mlflow
fire==0.5.0
# via kfp
flask==2.3.3
# via mlflow
fonttools==4.42.1
Expand All @@ -70,23 +58,16 @@ gitpython==3.1.36
# via mlflow
google-api-core==2.11.1
# via
# google-api-python-client
# google-cloud-core
# google-cloud-storage
# kfp
google-api-python-client==1.12.11
# via kfp
google-auth==2.23.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-cloud-core
# google-cloud-storage
# kfp
# kubernetes
google-auth-httplib2==0.1.1
# via google-api-python-client
google-cloud-core==2.3.3
# via google-cloud-storage
google-cloud-storage==2.10.0
Expand All @@ -101,10 +82,6 @@ greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
# via mlflow
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.4
# via requests
importlib-metadata==5.2.0
Expand All @@ -117,8 +94,6 @@ importlib-metadata==5.2.0
importlib-resources==6.0.1
# via
# alembic
# jsonschema
# jsonschema-specifications
# matplotlib
itsdangerous==2.1.2
# via flask
Expand All @@ -132,15 +107,11 @@ jmespath==1.0.1
# botocore
joblib==1.3.2
# via scikit-learn
jsonschema==4.19.0
# via kfp
jsonschema-specifications==2023.7.1
# via jsonschema
kfp==1.8.22
kfp==2.3.0
# via -r requirements.in
kfp-pipeline-spec==0.1.16
kfp-pipeline-spec==0.2.2
# via kfp
kfp-server-api==1.8.5
kfp-server-api==2.0.3
# via kfp
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -193,8 +164,6 @@ pandas==1.5.3
# shap
pillow==10.0.1
# via matplotlib
pkgutil-resolve-name==1.3.10
# via jsonschema
protobuf==3.20.3
# via
# google-api-core
Expand All @@ -212,14 +181,10 @@ pyasn1==0.5.0
# rsa
pyasn1-modules==0.3.0
# via google-auth
pydantic==1.10.12
# via kfp
pyjwt==2.8.0
# via databricks-cli
pyparsing==3.1.1
# via
# httplib2
# matplotlib
# via matplotlib
python-dateutil==2.8.2
# via
# botocore
Expand All @@ -240,10 +205,6 @@ pyyaml==6.0.1
# mlflow
querystring-parser==1.2.4
# via mlflow
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# -r requirements.in
Expand All @@ -259,10 +220,6 @@ requests-oauthlib==1.3.1
# via kubernetes
requests-toolbelt==0.10.1
# via kfp
rpds-py==0.10.3
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
s3transfer==0.6.2
Expand All @@ -282,8 +239,6 @@ shap==0.42.1
six==1.16.0
# via
# databricks-cli
# fire
# google-api-python-client
# kfp-server-api
# kubernetes
# python-dateutil
Expand All @@ -298,32 +253,20 @@ sqlalchemy==1.4.49
# mlflow
sqlparse==0.4.4
# via mlflow
strip-hints==0.1.10
# via kfp
tabulate==0.9.0
# via
# databricks-cli
# kfp
tenacity==8.2.3
# via -r requirements.in
termcolor==2.3.0
# via fire
threadpoolctl==3.2.0
# via scikit-learn
tqdm==4.66.1
# via shap
typer==0.9.0
# via kfp
typing-extensions==4.8.0
# via
# alembic
# kfp
# pydantic
# typer
uritemplate==3.0.1
# via
# google-api-python-client
# kfp
urllib3==1.26.16
# via
# botocore
Expand All @@ -341,10 +284,6 @@ websocket-client==1.6.3
# kubernetes
werkzeug==2.3.7
# via flask
wheel==0.41.2
# via strip-hints
wrapt==1.15.0
# via deprecated
zipp==3.17.0
# via
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/kfp/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pin to the latest <2.0 version to ensure compatibility
# with the KFP API server version deployed in CKF 1.7
kfp==1.8.22
kfp==2.3.0
tenacity
76 changes: 4 additions & 72 deletions tests/notebooks/kfp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
#
# pip-compile requirements.in
#
absl-py==1.4.0
# via kfp
attrs==23.1.0
# via
# jsonschema
# referencing
cachetools==5.3.1
# via google-auth
certifi==2023.7.22
Expand All @@ -20,36 +14,21 @@ certifi==2023.7.22
charset-normalizer==3.2.0
# via requests
click==8.1.7
# via
# kfp
# typer
cloudpickle==2.2.1
# via kfp
deprecated==1.2.14
# via kfp
docstring-parser==0.15
# via kfp
fire==0.5.0
# via kfp
google-api-core==2.11.1
# via
# google-api-python-client
# google-cloud-core
# google-cloud-storage
# kfp
google-api-python-client==1.12.11
# via kfp
google-auth==2.23.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-cloud-core
# google-cloud-storage
# kfp
# kubernetes
google-auth-httplib2==0.1.1
# via google-api-python-client
google-cloud-core==2.3.3
# via google-cloud-storage
google-cloud-storage==2.10.0
Expand All @@ -60,32 +39,18 @@ google-resumable-media==2.6.0
# via google-cloud-storage
googleapis-common-protos==1.60.0
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.4
# via requests
importlib-resources==6.0.1
# via
# jsonschema
# jsonschema-specifications
jsonschema==4.19.0
# via kfp
jsonschema-specifications==2023.7.1
# via jsonschema
kfp==1.8.22
kfp==2.3.0
# via -r requirements.in
kfp-pipeline-spec==0.1.16
kfp-pipeline-spec==0.2.2
# via kfp
kfp-server-api==1.8.5
kfp-server-api==2.0.3
# via kfp
kubernetes==25.3.0
# via kfp
oauthlib==3.2.2
# via requests-oauthlib
pkgutil-resolve-name==1.3.10
# via jsonschema
protobuf==3.20.3
# via
# google-api-core
Expand All @@ -98,10 +63,6 @@ pyasn1==0.5.0
# rsa
pyasn1-modules==0.3.0
# via google-auth
pydantic==1.10.12
# via kfp
pyparsing==3.1.1
# via httplib2
python-dateutil==2.8.2
# via
# kfp-server-api
Expand All @@ -110,10 +71,6 @@ pyyaml==6.0.1
# via
# kfp
# kubernetes
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# google-api-core
Expand All @@ -125,38 +82,19 @@ requests-oauthlib==1.3.1
# via kubernetes
requests-toolbelt==0.10.1
# via kfp
rpds-py==0.10.3
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
six==1.16.0
# via
# fire
# google-api-python-client
# kfp-server-api
# kubernetes
# python-dateutil
strip-hints==0.1.10
# via kfp
tabulate==0.9.0
# via kfp
tenacity==8.2.3
# via -r requirements.in
termcolor==2.3.0
# via fire
typer==0.9.0
# via kfp
typing-extensions==4.8.0
# via
# kfp
# pydantic
# typer
uritemplate==3.0.1
# via
# google-api-python-client
# kfp
# via kfp
urllib3==1.26.16
# via
# google-auth
Expand All @@ -166,12 +104,6 @@ urllib3==1.26.16
# requests
websocket-client==1.6.3
# via kubernetes
wheel==0.41.2
# via strip-hints
wrapt==1.15.0
# via deprecated
zipp==3.17.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit d90ff9b

Please sign in to comment.