From df01aa04fd08bd5e20326cd1a32da6731f8aaa08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:28:30 +0000 Subject: [PATCH] Bump scikit-learn from 0.23.0 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.0 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.23.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 3d73d96..73c81de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.18.2 scipy>=1.4.1 -scikit-learn==0.23.0 +scikit-learn==1.5.0 pulp==2.0 tensorflow>=2.4.1 statsmodels>=0.11.1 diff --git a/setup.py b/setup.py index ae9d3f5..0d64466 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,6 @@ include_package_data=True, packages=find_packages(), python_requires=">=3.6", - install_requires=['numpy>=1.18.2', 'scipy>=1.4.1', 'scikit-learn==0.23.0', 'pandas', 'pulp==2.0', + install_requires=['numpy>=1.18.2', 'scipy>=1.4.1', 'scikit-learn==1.5.0', 'pandas', 'pulp==2.0', 'tensorflow>=2.4.1', 'statsmodels>=0.11.1', 'mpmath'] )