Skip to content

Commit 5e0d3db

Browse files
committed
update requirements with released version of xarray
1 parent 6a8f723 commit 5e0d3db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Interface for using [cubed](https://github.com/tomwhite/cubed) with [xarray](htt
66

77
## Requirements
88

9-
Cubed version >v0.6.0
10-
11-
[Xarray pull request #7019](https://github.com/pydata/xarray/pull/7019)
9+
- Cubed version >=0.6.3
10+
- Xarray version >=2023.05.0
1211

1312
## Installation
1413

@@ -29,7 +28,8 @@ Xarray objects backed by cubed arrays can be created either by:
2928
In (2) and (3) the choice to use `cubed.Array` instead of `dask.array.Array` is made by passing the keyword argument `chunked_array_type='cubed'`.
3029
To pass arguments to the constructor of `cubed.Array` then pass them via the dictionary `from_array_kwargs`, e.g. `from_array_kwargs={'spec': cubed.Spec(max_mem=2_000_000)}`.
3130

32-
If cubed and cubed-xarray are installed but dask is not, then specifying the parallel array type to use is not necessary.
31+
If cubed and cubed-xarray are installed but dask is not, then specifying the parallel array type to use is not necessary,
32+
as the entrypoints system will then default to the only chunked parallel backend available (i.e. cubed).
3333

3434
## Tests
3535

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
requires-python = ">=3.9"
2323
dependencies = [
2424
"numpy >= 1.17",
25-
"xarray >= 0.16.1",
26-
"cubed >= 0.6.0",
25+
"xarray >= 2023.05.0",
26+
"cubed >= 0.6.3",
2727
]
2828

2929
[project.urls]

0 commit comments

Comments
 (0)