From 9b5d1a367de2c064eefffe8be814d77e74686708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:20:51 +0000 Subject: [PATCH] build(deps): update numpy requirement in /consistency_verifier 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.20.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- consistency_verifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consistency_verifier/requirements.txt b/consistency_verifier/requirements.txt index 70949eab..57a230ae 100644 --- a/consistency_verifier/requirements.txt +++ b/consistency_verifier/requirements.txt @@ -1,4 +1,4 @@ # Requirements for PyMultiWFN consistency testing -numpy>=1.20.0 +numpy>=2.4.6 pathlib typing-extensions \ No newline at end of file