From 7b5ff539cf7b1d486636faa96e8e36e368cb61dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:16:43 +0000 Subject: [PATCH] [MNT] Bump the python-packages group across 1 directory with 3 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [scipy](https://github.com/scipy/scipy) and [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. Updates `numpy` to 2.2.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v2.2.0) 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: numpy dependency-type: direct:production dependency-group: python-packages - 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a52ed1..eab6f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,10 +39,10 @@ classifiers = [ ] dependencies = [ "numba>=0.55.0,<0.61.0", - "numpy>=1.21.0,<2.2.0", - "scipy>=1.9.0,<1.14.0", + "numpy>=1.21.0,<2.3.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", ]