Skip to content

Commit 9996bed

Browse files
authored
Restrict ome-zarr version range in meta.yaml (<0.14.0) (#33)
* Restrict ome-zarr version range in meta.yaml * Increment build number from 0 to 1
1 parent e289ea0 commit 9996bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source:
1313
build:
1414
noarch: python
1515
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
16-
number: 0
16+
number: 1
1717

1818
requirements:
1919
host:
@@ -35,7 +35,7 @@ requirements:
3535
- networkx
3636
- numba >=0.55.0
3737
- numpy
38-
- ome-zarr >=0.12.2
38+
- ome-zarr >=0.12.2,<0.14.0
3939
- pandas
4040
- pooch
4141
- pyarrow

0 commit comments

Comments
 (0)