We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c74191 commit a563f2dCopy full SHA for a563f2d
cupy_xarray/accessors.py
@@ -5,7 +5,7 @@
5
register_dataarray_accessor,
6
register_dataset_accessor,
7
)
8
-from xarray.core.pycompat import DuckArrayModule
+from xarray.namedarray.pycompat import DuckArrayModule
9
10
dsk = DuckArrayModule("dask")
11
dask_array_type = dsk.type
requirements.txt
@@ -1,2 +1,2 @@
1
cupy
2
-xarray>=0.19.0
+xarray>=2024.02.0
0 commit comments