From 99ddcf45becbcedfc1cc5bf50419cd91b02e2573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:22:48 +0000 Subject: [PATCH] Update numpy requirement in /docs/tutorials 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.24.0...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/tutorials/tutorial-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/tutorial-requirements.txt b/docs/tutorials/tutorial-requirements.txt index 5c2add7f6..d11b174db 100644 --- a/docs/tutorials/tutorial-requirements.txt +++ b/docs/tutorials/tutorial-requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.24,<2.0 +numpy>=1.24,<3.0 scipy~=1.15 h5py>=3.10.0 jupyter