Skip to content

Commit 9db855c

Browse files
committed
Add numpy as extra to gdal dependency
1 parent 6732de6 commit 9db855c

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ numpy==2.2.6 ; python_full_version < '3.11'
290290
# cftime
291291
# contourpy
292292
# eccodes
293+
# gdal
293294
# geopandas
294295
# h5py
295296
# matplotlib
@@ -319,6 +320,7 @@ numpy==2.4.4 ; python_full_version >= '3.11'
319320
# cftime
320321
# contourpy
321322
# eccodes
323+
# gdal
322324
# geopandas
323325
# h5py
324326
# matplotlib

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"dask>=2026.3.0",
3030
"deprecation>=2.1.0",
3131
"fiona>=1.10.1",
32-
"gdal<3.12.4",
32+
"gdal[numpy]~=3.12",
3333
"geopandas>=1.1.3",
3434
"h5py>=3.16.0",
3535
"haversine>=2.9.0",

uv.lock

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)