diff --git a/tests/notebooks/e2e-wine/requirements.in b/tests/notebooks/e2e-wine/requirements.in index 7ec99c2..772f6fc 100644 --- a/tests/notebooks/e2e-wine/requirements.in +++ b/tests/notebooks/e2e-wine/requirements.in @@ -3,7 +3,7 @@ boto3 # with the KFP API server version deployed in CKF 1.7 kfp==1.8.22 # pin to <7.0 to avoid breaking changes in sdk -minio<7.0 +minio<7.3 # pin the client to match the version of the deployed MLflow server mlflow==2.1.1 numpy diff --git a/tests/notebooks/mlflow-kserve/requirements.in b/tests/notebooks/mlflow-kserve/requirements.in index 83046f5..c9dd9c5 100644 --- a/tests/notebooks/mlflow-kserve/requirements.in +++ b/tests/notebooks/mlflow-kserve/requirements.in @@ -1,6 +1,6 @@ boto3 # pin to <7.0 to avoid breaking changes in sdk -minio<7.0 +minio<7.3 # pin the client to match the version of the deployed MLflow server mlflow==2.1.1 numpy diff --git a/tests/notebooks/mlflow-kserve/requirements.txt b/tests/notebooks/mlflow-kserve/requirements.txt index bc8e22b..947bfba 100644 --- a/tests/notebooks/mlflow-kserve/requirements.txt +++ b/tests/notebooks/mlflow-kserve/requirements.txt @@ -258,6 +258,7 @@ prometheus-client==0.13.1 protobuf==3.20.3 # via # google-api-core + # googleapis-common-protos # kserve # mlflow # ray diff --git a/tests/notebooks/mlflow-minio/requirements.in b/tests/notebooks/mlflow-minio/requirements.in index 289dac6..663f90c 100644 --- a/tests/notebooks/mlflow-minio/requirements.in +++ b/tests/notebooks/mlflow-minio/requirements.in @@ -1,4 +1,4 @@ # pin to <7.0 to avoid breaking changes in sdk -minio<7.0 +minio<7.3 pandas s3fs diff --git a/tests/notebooks/mlflow/requirements.in b/tests/notebooks/mlflow/requirements.in index ac1a3be..8a12b4a 100644 --- a/tests/notebooks/mlflow/requirements.in +++ b/tests/notebooks/mlflow/requirements.in @@ -1,6 +1,6 @@ boto3 # pin to <7.0 to avoid breaking changes in sdk -minio<7.0 +minio<7.3 # pin the client to match the version of the deployed MLflow server mlflow==2.1.1 # pin to ensure compatibility with the installed mlflow client