Commit 9dd84caa authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.zarr: skip bulk update

parent 8b67f2a8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "zarr" ];

  # FIXME remove once zarr's reverse dependencies support v3
  passthru.skipBulkUpdate = true;

  meta = {
    description = "Implementation of chunked, compressed, N-dimensional arrays for Python";
    homepage = "https://github.com/zarr-developers/zarr";