Skip to content

Commit

Permalink
Bump MLFlow to version 2.11.2 (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianversloot authored Mar 21, 2024
1 parent 66c58ce commit a6e9819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/integrations/mlflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MlflowIntegration(Integration):
# does not pin it. They fixed this in a later version, so we can probably
# remove this once we update the mlflow version.
REQUIREMENTS = [
"mlflow>=2.1.1,<=2.11.1",
"mlflow>=2.1.1,<=2.11.2",
"mlserver>=1.3.3",
"mlserver-mlflow>=1.3.3",
# TODO: remove this requirement once rapidjson is fixed
Expand Down

0 comments on commit a6e9819

Please sign in to comment.