We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3592b64 commit 84cb397Copy full SHA for 84cb397
environment.yml
@@ -20,6 +20,7 @@ dependencies: #! Keep in sync with [tool.pixi.dependencies] in pyproject.toml
20
- uxarray>=2025.3.0
21
- xgcm>=0.9.0
22
- pooch
23
+ - cf_xarray
24
25
# Notebooks
26
- trajan
pyproject.toml
@@ -34,6 +34,7 @@ dependencies = [
34
"uxarray",
35
"pooch",
36
"xgcm >=0.9.0",
37
+ "cf_xarray",
38
]
39
40
[project.urls]
@@ -106,6 +107,7 @@ pydata-sphinx-theme = "*"
106
107
sphinx-autobuild = "*"
108
myst-parser = "*"
109
sphinxcontrib-mermaid = "*"
110
+cf_xarray = "*"
111
112
[tool.pixi.pypi-dependencies]
113
parcels = { path = ".", editable = true }
0 commit comments