Skip to content

Commit

Permalink
Merge pull request #11 from TomNicholas/namedarray_compat
Browse files Browse the repository at this point in the history
Namedarray compatibility
  • Loading branch information
TomNicholas authored Mar 4, 2024
2 parents 6ebfbe6 + 0a790aa commit 8f200c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cubed_xarray/cubedmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from tlz import partition

from xarray.core import utils
from xarray.core.parallelcompat import ChunkManagerEntrypoint
from xarray.core.pycompat import is_chunked_array, is_duck_dask_array
from xarray.namedarray.parallelcompat import ChunkManagerEntrypoint
from xarray.namedarray.pycompat import is_chunked_array, is_duck_dask_array


if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion cubed_xarray/tests/test_wrapping.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import xarray as xr
from xarray.core.parallelcompat import list_chunkmanagers
from xarray.namedarray.parallelcompat import list_chunkmanagers
import cubed

from cubed_xarray.cubedmanager import CubedManager
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cubed>=0.6.0
numpy>=1.17.1
xarray>=2023.03.0
xarray>=2024.02.0

0 comments on commit 8f200c9

Please sign in to comment.