From a95b4052e22f88a9873a84dd2278ee46ee9915cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:05:30 +0000 Subject: [PATCH] Bump scikit-learn from 1.4.0 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ccda546..36ac1d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pysam==0.22.0 pybedtools==0.9.1 numpy==1.26.4 pathos==0.3.2 -scikit-learn==1.4.0 +scikit-learn==1.5.0 scipy==1.13.0 natsort==8.4.0 diff --git a/setup.py b/setup.py index 4d0ff9d..126cc2a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'pybedtools==0.9.1', 'numpy==1.26.4', 'pathos==0.3.2', - 'scikit-learn==1.4.0', + 'scikit-learn==1.5.0', 'scipy==1.13.0', 'natsort==8.4.0' ],