From 92675b7a3599295bd455c32ae2e0e52cad06f853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:09:56 +0000 Subject: [PATCH] [MNT] Bump the python-packages group with 2 updates Updates the requirements on [scipy](https://github.com/scipy/scipy) and [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. Updates `scipy` to 1.14.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.0...v1.14.1) Updates `scikit-learn` to 1.5.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.0...1.5.2) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production dependency-group: python-packages - dependency-name: scikit-learn dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a52ed1..c70dcce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,9 @@ classifiers = [ dependencies = [ "numba>=0.55.0,<0.61.0", "numpy>=1.21.0,<2.2.0", - "scipy>=1.9.0,<1.14.0", + "scipy>=1.9.0,<1.15.0", "pandas>=1.5.3,<2.3.0", - "scikit-learn>=1.0.0,<1.4.0", + "scikit-learn>=1.0.0,<1.6.0", "packaging>=20.0", ]