From add068f0d757b834c02d7c7dc464d9b5077564b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:01:42 +0000 Subject: [PATCH] Update numpy requirement from ==1.*,>=1.16.0 to >=1,<3 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.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95cd90d..e52a715 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ black<20.0,>=18.3 codecov==2.*,>=2.0.0 coverage==5.*,>=5.0.0 joblib==0.*,>=0.14.1 -numpy==1.*,>=1.16.0 +numpy>=1,<3 pandas==1.*,>=1.3.0 pre-commit==1.*,>=1.18.0 pytest==5.*,>=5.3.0