From e797767d3b28dde3865d1ea1f0b6131b5c6a8bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:17:10 +0000 Subject: [PATCH] Bump scikit-learn from 0.22.1 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 7e61d8a..b0f88fb --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ packages=['camaptools'], install_requires=[ 'numpy==1.18.1', - 'scikit-learn==0.22.1', + 'scikit-learn==1.5.0', 'parse==1.6.6' ], python_requires='>=3.5',