From 5cc4add18d01694da4d8c82cc214c3c32579c04a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:15:40 +0000 Subject: [PATCH] Update numpy requirement from >=1.24.0 to >=2.2.6 in /python/geobrix 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.24.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/geobrix/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/geobrix/pyproject.toml b/python/geobrix/pyproject.toml index dd8afe7..30cf24e 100644 --- a/python/geobrix/pyproject.toml +++ b/python/geobrix/pyproject.toml @@ -39,7 +39,7 @@ test = [ "pytest>=7.0", "shapely>=2.0.0", "rasterio>=1.3.0", - "numpy>=1.24.0", + "numpy>=2.2.6", ] # For sample-data bundle uploads to Unity Catalog Volumes and gbx:test:bundle-databricks databricks = [