Skip to content

Commit f0f4b57

Browse files
committed
add shapely as dependency
1 parent b03348d commit f0f4b57

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

ci/requirements/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- matplotlib-base
88
- numpy
99
- seaborn
10+
- shapely
1011
- xarray
1112
# formatting
1213
- black

ci/requirements/min-all-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- matplotlib-base=3.9
99
- numpy=1.26
1010
- seaborn=0.13
11+
- shapely=2.0
1112
- xarray=2024.7
1213
# for testing
1314
- pytest

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ requires-python = ">=3.11"
2222
dependencies = [
2323
"cartopy >=0.23",
2424
"matplotlib >=3.9",
25-
"packaging >= 23.1",
2625
"numpy >=1.26",
26+
"packaging >= 23.1",
27+
"shapely >= 2.0",
2728
"xarray >=2024.7",
2829
]
2930
dynamic = ["version"]

0 commit comments

Comments
 (0)