From b4b8a853060fcafa581aa34bb282fcca1436dcd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 06:39:09 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0,>=1.22.0 to >=1.22.0,<3.0.0 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.22.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 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 ef23b67..0e6fb38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Chemistry", ] dependencies = [ - "numpy>=1.22.0,<2.0.0", # NumPy 1.x for compatibility with pandas wheels + "numpy>=1.22.0,<3.0.0", # NumPy 1.x for compatibility with pandas wheels ] [project.optional-dependencies]