From 042325e494c4405a6da55a326060e03516063c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:19:38 +0000 Subject: [PATCH] build(deps): update numpy requirement from ==1.26.* to ==2.1.* 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.26.0b1...v2.1.1) --- updated-dependencies: - dependency-name: numpy 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 b21407db133..3ad9d7fdbeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ pycsw==2.6.1 SQLAlchemy==2.0.30 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 -numpy==1.26.* +numpy==2.1.* # # Apps with packages provided in GeoNode's PPA on Launchpad.