We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f24646 commit 0724e6aCopy full SHA for 0724e6a
odc/loader/_builder.py
@@ -58,7 +58,7 @@
58
DaskBuilderMode = Literal["mem", "concurrency"]
59
60
DASK_VERSION = Version(dask.__version__)
61
-DASK_GE_20250100 = DASK_VERSION.release >= (2024, 12, 1)
+DASK_GE_20250100 = DASK_VERSION.release >= (2025, 1, 0)
62
63
64
class MkArray(Protocol):
0 commit comments