From 84edbbea4c19e65446666fcbefd8913944225d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:30:43 +0000 Subject: [PATCH] build(deps-dev): bump scikit-learn from 1.3.0 to 1.3.1 (#294) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc08fcc27..111a4bde5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "joblib==1.3.2", "pandas==2.1.1", "openpyxl==3.1.2", - "scikit-learn==1.3.0", + "scikit-learn==1.3.1", "pytest-xdist==3.3.1", "ipython==8.16.1", ] @@ -64,7 +64,7 @@ doc = [ "nbsphinx==0.9.3", "ipywidgets==8.1.1", "joblib==1.3.2", - "scikit-learn==1.3.0", + "scikit-learn==1.3.1", "ipython==8.16.1", "jupyterlab==4.0.6", "sphinx-jinja==2.0.2",