From b634693c16ed9ba5e15bf30c7f8b0bc643973c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:17:47 +0000 Subject: [PATCH] Update numpy requirement from <1.25,>=1.18.5 to >=1.18.5,<1.27 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.18.5...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 6ab84901af..a27c606963 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ # base -numpy>=1.18.5,<1.25 +numpy>=1.18.5,<1.27 scipy==1.10.1 matplotlib==3.7.1 scikit-learn>=0.22.2,<1.2.0