From 500c2ec890cd2d726be9e7d9bc928cf2787dafad Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Thu, 19 Feb 2026 11:46:49 +0100 Subject: [PATCH] enable netcdf reading in tests --- ci/310.yaml | 4 +++- ci/311.yaml | 2 ++ ci/312.yaml | 2 ++ ci/313.yaml | 2 ++ ci/dev.yaml | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ci/310.yaml b/ci/310.yaml index cb34e48..bcfe665 100644 --- a/ci/310.yaml +++ b/ci/310.yaml @@ -21,4 +21,6 @@ dependencies: - geodatasets - pyogrio - xproj - - matplotlib \ No newline at end of file + - matplotlib + - scipy + - netCDF4 \ No newline at end of file diff --git a/ci/311.yaml b/ci/311.yaml index 4b67cc0..38bc3f3 100644 --- a/ci/311.yaml +++ b/ci/311.yaml @@ -22,3 +22,5 @@ dependencies: - pyogrio - xproj - matplotlib + - scipy + - netCDF4 diff --git a/ci/312.yaml b/ci/312.yaml index b2a8ad0..10b5043 100644 --- a/ci/312.yaml +++ b/ci/312.yaml @@ -23,5 +23,7 @@ dependencies: - mypy - xproj - matplotlib + - scipy + - netCDF4 diff --git a/ci/313.yaml b/ci/313.yaml index 15b0598..4f75832 100644 --- a/ci/313.yaml +++ b/ci/313.yaml @@ -21,6 +21,8 @@ dependencies: - pyogrio - xproj - matplotlib + - scipy + - netCDF4 - pip - pip: - exactextract \ No newline at end of file diff --git a/ci/dev.yaml b/ci/dev.yaml index f265ddf..81cee6d 100644 --- a/ci/dev.yaml +++ b/ci/dev.yaml @@ -22,6 +22,8 @@ dependencies: - pyogrio - xproj - matplotlib + - scipy + - netCDF4 - pip - pip: - git+https://github.com/shapely/shapely.git@main