Unverified Commit 2615e4f7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ome_zarr: 0.10.3 -> 0.11.1 (#402492)

parents 81126b2d 6b057162
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  # dependencies
  aiohttp,
  dask,
  distributed,
  fsspec,
  numpy,
  requests,
@@ -24,14 +23,14 @@

buildPythonPackage rec {
  pname = "ome-zarr";
  version = "0.10.3";
  version = "0.11.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ome";
    repo = "ome-zarr-py";
    tag = "v${version}";
    hash = "sha256-D17eNJYihVNzDoD0FNNMLP1rRvG6fTL97RrBqGgJSX0=";
    hash = "sha256-3RXkz+UQvLixfYYhm5y/5vu9r0ga6s3xKx1azbmKFgg=";
  };

  build-system = [
@@ -42,7 +41,6 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    dask
    distributed
    fsspec
    numpy
    requests
@@ -97,7 +95,7 @@ buildPythonPackage rec {
  meta = {
    description = "Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud";
    homepage = "https://pypi.org/project/ome-zarr";
    changelog = "https://github.com/ome/ome-zarr-py/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/ome/ome-zarr-py/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.bsd2;
    maintainers = [ lib.maintainers.bcdarwin ];
    mainProgram = "ome_zarr";