From f87c341411925b89b8aa8e4b6481d59d15dec42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:02:59 +0000 Subject: [PATCH] build(deps): update numpy requirement in /requirements 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.17.2...v2.3.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/fabric/test.txt | 2 +- requirements/pytorch/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/test.txt b/requirements/fabric/test.txt index ca65f3d00ff49..86ccfec29eb0c 100644 --- a/requirements/fabric/test.txt +++ b/requirements/fabric/test.txt @@ -1,5 +1,5 @@ coverage ==7.10.4 -numpy >=1.17.2, <1.27.0 +numpy >=1.17.2, <2.4.0 pytest ==8.4.1 pytest-cov ==6.2.1 pytest-timeout ==2.4.0 diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index e1aff8bdf522b..923c6fb6c21c8 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -8,7 +8,7 @@ pytest-random-order ==1.2.0 # needed in tests cloudpickle >=1.3, <3.2.0 scikit-learn >0.22.1, <1.8.0 -numpy >=1.17.2, <1.27.0 +numpy >=1.17.2, <2.4.0 onnx >=1.12.0, <1.19.0 onnxruntime >=1.12.0, <1.23.0 onnxscript >= 0.2.2, <0.4.0