Skip to content

Commit 0983df6

Browse files
[MNT] Update numpy requirement in the python-packages group (#2643)
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.2.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.21.0...v2.2.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5870e6 commit 0983df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ requires-python = ">=3.9,<3.13"
4747
dependencies = [
4848
"deprecated>=1.2.13",
4949
"numba>=0.55,<0.61.0",
50-
"numpy>=1.21.0,<2.1.0",
50+
"numpy>=1.21.0,<2.3.0",
5151
"packaging>=20.0",
5252
"pandas>=2.0.0,<2.3.0",
5353
"scikit-learn>=1.0.0,<1.7.0",

0 commit comments

Comments
 (0)