20 buildPythonPackage rec {
25 disabled = pythonOlder "3.8";
28 inherit pname version;
29 hash = "sha256-JYDYy23YRiF3GhDTHE13fcqKJ3BqGomyn0LS034t9c4=";
41 ] ++ numcodecs.optional-dependencies.msgpack;
47 pythonImportsCheck = [ "zarr" ];
50 description = "Implementation of chunked, compressed, N-dimensional arrays for Python";
51 homepage = "https://github.com/zarr-developers/zarr";
52 changelog = "https://github.com/zarr-developers/zarr-python/releases/tag/v${version}";
53 license = lib.licenses.mit;
54 maintainers = with lib.maintainers; [ doronbehar ];