From d31d0661a7801c9e34ab75cc18a2e22885d8eadc Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Mon, 11 Mar 2024 19:11:09 +0900 Subject: [PATCH] bump mlflow version to 2.11.1 --- pyproject.toml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cead5265c8b..e1c64129deb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest-mock", "pytest-csv", "pytest-cov", - "mlflow==2.8.1", # For regression test + "mlflow==2.11.1", # For regression test "py-cpuinfo==9.0.0", # For regression test ] docs = [ diff --git a/tox.ini b/tox.ini index 8ddbc49b7cd..1f73249b96f 100644 --- a/tox.ini +++ b/tox.ini @@ -77,7 +77,7 @@ commands = [testenv:build-doc] deps = - {[testenv:unit-test]deps} + {[testenv:unit-test-py310]deps} .[docs] change_dir = {toxinidir}/docs allowlist_externals = @@ -87,7 +87,7 @@ commands = [testenv:trivy-scan] deps = - {[testenv:unit-test]deps} + {[testenv:unit-test-py310]deps} passenv = {[testenv]passenv} TRIVY_DOWNLOAD_URL