diff --git a/pixi.toml b/pixi.toml index 30bdc973023..69bf425dcfc 100644 --- a/pixi.toml +++ b/pixi.toml @@ -63,6 +63,7 @@ numbagg = "*" [feature.dask.dependencies] dask = "*" distributed = "*" +iris = "*" # depends on dask [feature.accel.dependencies] flox = "*" @@ -93,9 +94,6 @@ pooch = "*" # calendar cftime = "*" -# other -iris = "*" - [feature.extras.pypi-dependencies] # array jax = "*" # no way to get cpu-only jaxlib from conda if gpu is present @@ -376,6 +374,9 @@ numpydoc = "*" [feature.numpydoc-lint.tasks] numpydoc-lint = { cmd = "python ci/numpydoc-public-api.py" } +[feature.nodask.constraints] +dask-core = "<0.0a0" + [environments] # Testing # test-just-xarray = { features = ["test"] } # https://github.com/pydata/xarray/pull/10888/files#r2511336147 @@ -400,6 +401,7 @@ test-py314-no-numba = { features = [ ] } test-py314-no-dask = { features = [ "py314", + "nodask", "test", "backends", "accel",