We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03348d commit f0f4b57Copy full SHA for f0f4b57
ci/requirements/environment.yml
@@ -7,6 +7,7 @@ dependencies:
7
- matplotlib-base
8
- numpy
9
- seaborn
10
+ - shapely
11
- xarray
12
# formatting
13
- black
ci/requirements/min-all-deps.yml
@@ -8,6 +8,7 @@ dependencies:
- matplotlib-base=3.9
- numpy=1.26
- seaborn=0.13
+ - shapely=2.0
- xarray=2024.7
# for testing
14
- pytest
pyproject.toml
@@ -22,8 +22,9 @@ requires-python = ">=3.11"
22
dependencies = [
23
"cartopy >=0.23",
24
"matplotlib >=3.9",
25
- "packaging >= 23.1",
26
"numpy >=1.26",
+ "packaging >= 23.1",
27
+ "shapely >= 2.0",
28
"xarray >=2024.7",
29
]
30
dynamic = ["version"]
0 commit comments