Skip to content

Commit 0724e6a

Browse files
committed
Use Dask TaskSpec for task creation at source
1 parent 0f24646 commit 0724e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odc/loader/_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
DaskBuilderMode = Literal["mem", "concurrency"]
5959

6060
DASK_VERSION = Version(dask.__version__)
61-
DASK_GE_20250100 = DASK_VERSION.release >= (2024, 12, 1)
61+
DASK_GE_20250100 = DASK_VERSION.release >= (2025, 1, 0)
6262

6363

6464
class MkArray(Protocol):

0 commit comments

Comments
 (0)