From 032e41c2d55febbc0b79da2e3cd2392a81d4da4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:55:08 +0000 Subject: [PATCH] Update numpy requirement in the actions group Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.1.1 - [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.26.2...v2.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dea6aef..3b98376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "multiprocess", "numba>=0.59.0", # TODO unpin when https://github.com/Unidata/netcdf4-python/issues/1343 is resolved - "numpy>=1.26.2,<2.0.0", + "numpy>=1.26.2,<3.0.0", "opencv-python>=4.9.0.80", "pandas>=2.1.4", "pillow>=10.1.0",