From fa1c91608b4c640b9ee164e58e0159e4a4da86a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:45:49 +0000 Subject: [PATCH] Update mlflow requirement from <2.5.0,>=2.4.1 to >=2.4.1,<2.6.0 Updates the requirements on [mlflow](https://github.com/mlflow/mlflow) to permit the latest version. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 584dc88..c9d9646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pandas>=1.5,<2.0", "sqlalchemy>=1.4,<2.0", "catalystcoop-pudl @ git+https://github.com/catalyst-cooperative/pudl@dev", - "mlflow>=2.4.1,<2.5.0", + "mlflow>=2.4.1,<2.6.0", "scipy>=1.10,<2.0", "splink>=3.7.2,<4.0", "faiss-cpu>=1.7.3,<2.0"