diff --git a/tests/notebooks/cpu/e2e-wine/requirements.in b/tests/notebooks/cpu/e2e-wine/requirements.in index 20b5061..764abd0 100644 --- a/tests/notebooks/cpu/e2e-wine/requirements.in +++ b/tests/notebooks/cpu/e2e-wine/requirements.in @@ -4,7 +4,7 @@ kfp==2.5.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 -mlflow==2.15.1 +mlflow==2.19.0 numpy pyarrow requests diff --git a/tests/notebooks/cpu/mlflow-kserve/requirements.in b/tests/notebooks/cpu/mlflow-kserve/requirements.in index 7eebfe9..d2efdb8 100644 --- a/tests/notebooks/cpu/mlflow-kserve/requirements.in +++ b/tests/notebooks/cpu/mlflow-kserve/requirements.in @@ -2,7 +2,7 @@ boto3 # 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 -mlflow==2.15.1 +mlflow==2.19.0 numpy pyarrow requests diff --git a/tests/notebooks/cpu/mlflow/requirements.in b/tests/notebooks/cpu/mlflow/requirements.in index d838f69..be0e7b2 100644 --- a/tests/notebooks/cpu/mlflow/requirements.in +++ b/tests/notebooks/cpu/mlflow/requirements.in @@ -2,6 +2,6 @@ boto3 # 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 -mlflow==2.15.1 +mlflow==2.19.0 scikit-learn tenacity