From 5895228dc50b0076200c268541350a50ca3f4e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:14:39 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.2 in /rastervision_core Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.2. - [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.4...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- rastervision_core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rastervision_core/requirements.txt b/rastervision_core/requirements.txt index 2ab59d8e6..91bd80bd0 100644 --- a/rastervision_core/requirements.txt +++ b/rastervision_core/requirements.txt @@ -1,7 +1,7 @@ rastervision_pipeline==0.31.2-dev shapely==2.0.6 geopandas==1.0.1 -numpy==1.26.4 +numpy==2.2.2 pillow==10.4.0 pyproj==3.6.1 rasterio==1.3.10