diff --git a/backend/requirements.txt b/backend/requirements.txt index 66af43c..fc11a00 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ fastapi>=0.110.0 pydantic>=2.0.0 # Required for MLflow and pkg_resources setuptools -mlflow==2.12.1 +mlflow==3.6.0 cloudpickle==3.0.0 numpy==1.26.4 packaging==24.0 diff --git a/mlflow/requirements.txt b/mlflow/requirements.txt index c573328..5a96e5d 100644 --- a/mlflow/requirements.txt +++ b/mlflow/requirements.txt @@ -1,5 +1,5 @@ # --- MLflow dependency --- setuptools>=68.0.0 psycopg2-binary==2.9.11 -mlflow==2.12.1 +mlflow==3.6.0 boto3==1.40.59