From 081894e100ce71b6ccd7ac3ac2e7581454137130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:26:14 +0000 Subject: [PATCH] Update numpy requirement from <1.26,>=1.24.0 to >=1.24.0,<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.24.0...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a297880..bcc374a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ requires-python = ">=3.8,<3.12" dependencies = [ "matplotlib>=3.6.0,<3.8", - "numpy>=1.24.0,<1.26", + "numpy>=1.24.0,<1.27", "requests>=2.31.0,<2.32", "scipy>=1.10.0,<1.11", "tqdm>=4.65,<5",