From 364994cd9008892d418a58964bb1c1811ffa8bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:14:10 +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.0.dev0...v2.1.3) --- 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 0d8b8a9399c..8e3a74d6427 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.