Skip to content

Commit 25c589b

Browse files
committed
Add uxarray to pyproject dep list
Was in environment.yaml file - wasn't in the pyproject.toml file though
1 parent 1b9fcbf commit 25c589b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
"pytest",
3232
"scipy",
3333
"xarray",
34+
"uxarray",
3435
"pooch",
3536
]
3637

@@ -68,6 +69,7 @@ pymbolic = "*"
6869
scipy = ">=0.16.0"
6970
tqdm = "*"
7071
xarray = ">=0.10.8"
72+
uxarray = ">=2025.3.0"
7173
cftime = ">=1.3.1"
7274
dask = ">=2.0"
7375
scikit-learn = "*"

0 commit comments

Comments
 (0)