Skip to content

Commit 84e7ba2

Browse files
authored
Add optional deps (#403)
1 parent 736dfda commit 84e7ba2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ dependencies = [
2020
]
2121
dynamic = ["version"]
2222

23+
[project.optional-dependencies]
24+
all = ["matplotlib", "pint", "shapely"]
25+
2326
[project.urls]
2427
homepage = "https://cf-xarray.readthedocs.io"
2528
documentation = "https://cf-xarray.readthedocs.io"

0 commit comments

Comments
 (0)