From 908a9241ebbf9b08da2314de5bf3a39b46daec04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:33:07 +0000 Subject: [PATCH] Bump scikit-learn from 0.17 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.17 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.17...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(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index c9ae947..2e81185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PyYAML numpy>=1.8.1 pandas>=0.16.1 scipy>=0.14.0 -scikit-learn==0.17 +scikit-learn==1.5.0 matplotlib>=1.5.1 biopython>=1.65 ete3 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index e32591b..9399c69 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def setup_package(): 'numpy>=1.8.2', 'scipy>=0.16.1', 'pandas', - 'scikit-learn==0.17', + 'scikit-learn==1.5.0', 'matplotlib>=1.5.1', 'biopython>=1.65', 'WeasyPrint',