Commit ec566f25 authored by Fabian Affolter's avatar Fabian Affolter Committed by Gaetan Lepage
Browse files

python313Packages.dask-awkward: mark as broken for dask > 2025.4.0

parent 153762f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -88,5 +88,8 @@ buildPythonPackage rec {
    changelog = "https://github.com/dask-contrib/dask-awkward/releases/tag/${src.tag}";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ veprbl ];
    # dask-awkward is incompatible with recent dask versions.
    # See https://github.com/dask-contrib/dask-awkward/pull/582 for context.
    broken = lib.versionAtLeast dask.version "2025.4.0";
  };
}