Skip to content

Commit 39218d6

Browse files
authored
Set zarr < 3.0.0 (#108)
1 parent e8ff446 commit 39218d6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
setup:
22
- type: python
3-
pypi: [spatialdata, "anndata>=0.12.0", "pyarrow<22.0.0"]
4-
# remove pyarrow when https://github.com/scverse/spatialdata/issues/1007 is fixed
3+
pypi: ["spatialdata==0.5.0", "anndata>=0.12.0", "pyarrow<22.0.0", "zarr<3.0.0"]
4+
# 1. remove pyarrow when https://github.com/scverse/spatialdata/issues/1007 is fixed.
5+
# This is actually fixed now with the spatialdata release 0.6.0. However, the new
6+
# release now comes with zarr 3.0.0. When reading a zarr file that was saved with
7+
# zarr 3.0.0 we can not load it with zarr<3.0.0. (PathNotFoundError: nothing found at path '')
8+
# 2. Currently sopa enforces zarr<3.0.0. Therefore we need to save all our data with zarr<3.0.0.
9+
# As soon as this is fixed (https://github.com/gustaveroussy/sopa/issues/347):
10+
# - remove restriction on spatialdata
11+
# - remove zarr<3.0.0
12+
# - remove pyarrow<22.0.0
13+
# - Recreate all the datasets (scripts/create_resources/combine/process_datasets.sh)

0 commit comments

Comments
 (0)