diff --git a/src/zenml/integrations/mlflow/__init__.py b/src/zenml/integrations/mlflow/__init__.py index 7c53c22645b..9453ab39964 100644 --- a/src/zenml/integrations/mlflow/__init__.py +++ b/src/zenml/integrations/mlflow/__init__.py @@ -33,7 +33,7 @@ class MlflowIntegration(Integration): NAME = MLFLOW REQUIREMENTS = [ - "mlflow>=2.1.1,<=2.14.2", + "mlflow>=2.1.1,<3", "mlserver>=1.3.3", "mlserver-mlflow>=1.3.3", # TODO: remove this requirement once rapidjson is fixed