Skip to content

Commit

Permalink
Pin Zarr version (>=2.10.0, <2.11) until resolve issues in v2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-AnChen committed Mar 9, 2022
1 parent 6c64902 commit d824990
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "palom"
version = "2022.02.1"
version = "2022.3.1"
description = "Piecewise alignment for layers of mosaics"
authors = ["Yu-An Chen <[email protected]>"]
readme = "README.md"
Expand All @@ -21,7 +21,8 @@ python = ">=3.7.8,<3.8"
scikit-image = "^0.18.3"
scikit-learn = "^0.24.2"
opencv-python = "^4.5.3.56"
zarr = "^2.10.0"
# Pin zarr version until resolve issues when using Zarr v2.11
zarr = "~2.10.0"
tifffile = "^2021.10.12"
matplotlib = "^3.4.3"
tqdm = "^4.62.3"
Expand Down

0 comments on commit d824990

Please sign in to comment.