Commit b8308a1
committed
fix: pin tifffile<2026.5.2 and zarr<3.2, prepare v3.0.1 (#100)
tifffile 2026.5.2 switched ZarrTiffStore to zarr v3 metadata (zarr.json /
NGFF 0.5), which is incompatible with tiffslide 3.0.0's zarr v2 code path and
caused GroupNotFoundError when reading slides.
- pyproject: pin tifffile>=2025.5.21,<2026.5.2 and zarr>=3.0,<3.2
- environment.devenv.yml: update outdated python/tifffile/zarr pins to match
- CHANGELOG: add 3.0.1 section
Verified the full test suite passes (150 passed) with the resolved combination
tifffile 2026.4.11 + zarr 3.1.6.1 parent 2242018 commit b8308a1
3 files changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments