Skip to content

Commit 84cb397

Browse files
committed
Add cf_xarray
1 parent 3592b64 commit 84cb397

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies: #! Keep in sync with [tool.pixi.dependencies] in pyproject.toml
2020
- uxarray>=2025.3.0
2121
- xgcm>=0.9.0
2222
- pooch
23+
- cf_xarray
2324

2425
# Notebooks
2526
- trajan

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"uxarray",
3535
"pooch",
3636
"xgcm >=0.9.0",
37+
"cf_xarray",
3738
]
3839

3940
[project.urls]
@@ -106,6 +107,7 @@ pydata-sphinx-theme = "*"
106107
sphinx-autobuild = "*"
107108
myst-parser = "*"
108109
sphinxcontrib-mermaid = "*"
110+
cf_xarray = "*"
109111

110112
[tool.pixi.pypi-dependencies]
111113
parcels = { path = ".", editable = true }

0 commit comments

Comments
 (0)