From afa869527219e332ba46d6979a6d86dccaa4873f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:32:56 +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(-) diff --git a/requirements.txt b/requirements.txt index 15e86fd..f8edca0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy scipy>=0.9 digExtractor>=0.2.0 -scikit-learn==0.17 +scikit-learn==1.5.0 nltk diff --git a/setup.py b/setup.py index b64c597..5215806 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def run(self): # these are the subdirs of the current directory that we care about 'packages': ['digRandomIndexingExtractor'], 'scripts': [], - 'install_requires':['scipy>=0.9', 'numpy', 'digExtractor>=0.2.0', 'scikit-learn==0.17','nltk'], + 'install_requires':['scipy>=0.9', 'numpy', 'digExtractor>=0.2.0', 'scikit-learn==1.5.0','nltk'], 'cmdclass':{'install': Install} }