Skip to content

Commit afcbcba

Browse files
author
nicolasK
committed
fix(import dask_image)
1 parent be73f90 commit afcbcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

earthdaily/accessor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from shapely.geometry import Point
88
from dask import array as da
99
import spyndex
10-
from daskimage import ndfilters as ndimage
10+
from dask_image import ndfilters as ndimage
1111

1212
from xarray.core.extensions import AccessorRegistrationWarning
1313

0 commit comments

Comments
 (0)