Skip to content

Commit 52a261b

Browse files
authored
enable netcdf reading in tests (#144)
1 parent 2537870 commit 52a261b

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

ci/310.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ dependencies:
2121
- geodatasets
2222
- pyogrio
2323
- xproj
24-
- matplotlib
24+
- matplotlib
25+
- scipy
26+
- netCDF4

ci/311.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ dependencies:
2222
- pyogrio
2323
- xproj
2424
- matplotlib
25+
- scipy
26+
- netCDF4

ci/312.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ dependencies:
2323
- mypy
2424
- xproj
2525
- matplotlib
26+
- scipy
27+
- netCDF4
2628

2729

ci/313.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ dependencies:
2121
- pyogrio
2222
- xproj
2323
- matplotlib
24+
- scipy
25+
- netCDF4
2426
- pip
2527
- pip:
2628
- exactextract

ci/dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ dependencies:
2222
- pyogrio
2323
- xproj
2424
- matplotlib
25+
- scipy
26+
- netCDF4
2527
- pip
2628
- pip:
2729
- git+https://github.com/shapely/shapely.git@main

0 commit comments

Comments
 (0)