File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
from tlz import partition
13
13
14
14
from xarray .core import utils
15
- from xarray .core .parallelcompat import ChunkManagerEntrypoint
16
- from xarray .core .pycompat import is_chunked_array , is_duck_dask_array
15
+ from xarray .namedarray .parallelcompat import ChunkManagerEntrypoint
16
+ from xarray .namedarray .pycompat import is_chunked_array , is_duck_dask_array
17
17
18
18
19
19
if TYPE_CHECKING :
Original file line number Diff line number Diff line change 1
1
import xarray as xr
2
- from xarray .core .parallelcompat import list_chunkmanagers
2
+ from xarray .namedarray .parallelcompat import list_chunkmanagers
3
3
import cubed
4
4
5
5
from cubed_xarray .cubedmanager import CubedManager
Original file line number Diff line number Diff line change 1
1
cubed >= 0.6.0
2
2
numpy >= 1.17.1
3
- xarray >= 2023.03 .0
3
+ xarray >= 2024.02 .0
You can’t perform that action at this time.
0 commit comments