From 165219d508ae4d4bbe7ff453a6ec76b2933bccab Mon Sep 17 00:00:00 2001 From: Daniel Ji Date: Mon, 19 Aug 2024 16:04:30 -0700 Subject: [PATCH] don't let ome zarr major version upgrades occur --- ingestion_tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion_tools/pyproject.toml b/ingestion_tools/pyproject.toml index e471c01ec..fc3ac1dbe 100644 --- a/ingestion_tools/pyproject.toml +++ b/ingestion_tools/pyproject.toml @@ -38,7 +38,7 @@ dateparser = "^1.2.0" starfile = "^0.5.4" scikit-image = "^0.22.0" ndjson = "^0.3.1" -ome-zarr = "0.9.0" +ome-zarr = "^0.9.0" matplotlib = "^3.8.2" imageio = "^2.33.1" pytest = "^8.0.0"