Skip to content

Commit 89f1321

Browse files
committed
Minor fixes
1 parent a3450fd commit 89f1321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cf_xarray/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ def add_canonical_attributes(
20232023
Print added attributes to screen.
20242024
source : optional
20252025
Path of `cf-standard-name-table.xml` or file object containing XML data.
2026-
If ``None``, use the default version associated with ``cf-xarray``.
2026+
If ``None``, use the latest CF standard name table (requires ``pooch``).
20272027
20282028
Returns
20292029
-------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
dynamic = ["version"]
2323

2424
[project.optional-dependencies]
25-
all = ["matplotlib", "pint", "shapely", "regex", "rich"]
25+
all = ["matplotlib", "pint", "shapely", "regex", "rich", "pooch"]
2626

2727
[project.urls]
2828
homepage = "https://cf-xarray.readthedocs.io"

0 commit comments

Comments
 (0)