From f53160c84350c3c5bc4118389cbbe458452730e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:31:08 +0000 Subject: [PATCH] Update numpy requirement from <2.2.0,>=1.21.5 to >=1.21.5,<2.3.0 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.5...v2.2.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fbcb6562..70eaf0ece 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ 'Brotli>=1.0.9', 'google-cloud-storage>=2.9.0,<2.11.0', 'matplotlib>=3.5.2,<4', - 'numpy>=1.21.5,<2.2.0', + 'numpy>=1.21.5,<2.3.0', 'paramiko>=2.11.0,<4', 'python-snappy>=0.6.1,<1', 'torch>=1.10,<3',