From a31f7bc028dd23ae42da8424b5dca0b61d3a1aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:31:03 +0000 Subject: [PATCH] fix: bump scikit-learn from 1.6.1 to 1.7.2 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.6.1 to 1.7.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.1...1.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0aa264b..b14478e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ scipy==1.15.2 statsmodels==0.14.4 matplotlib==3.10.1 seaborn==0.13.2 -scikit-learn==1.6.1 +scikit-learn==1.7.2 gpytorch==1.14 # Specify version, check latest available bayesian-optimization==2.0.4 # Specify version, check latest available jupyter==1.1.1