Skip to content

Commit c04baf4

Browse files
Add upper bound for tifffile version. (#1314)
* Add upper bound for tifffile version. * Update changelog. * Update webknossos/Changelog.md Co-authored-by: Daniel <[email protected]> --------- Co-authored-by: Daniel <[email protected]>
1 parent 609f999 commit c04baf4

File tree

3 files changed

+1364
-1357
lines changed

3 files changed

+1364
-1357
lines changed

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
1717
### Added
1818

1919
### Changed
20+
- Pin tifffile version to 2025.5.21 or below. [#1314](https://github.com/scalableminds/webknossos-libs/pull/1314)
2021

2122
### Fixed
2223

webknossos/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Changelog = "https://github.com/scalableminds/webknossos-libs/blob/master/webkno
6666

6767
# A list of all of the optional dependencies. They can be opted into by other apps.
6868
[project.optional-dependencies]
69-
tifffile = ["tifffile >=2024.8.24"]
69+
# When we drop support for python 3.10 this should be updated to ["tifffile >= 2025.5.21"] this requires to change the
70+
# call of the zarr store in our pims_tiff_reader.py as the zarr store namespace changed from tifffile to tifffile.zarr.
71+
tifffile = ["tifffile >=2024.8.24, <2025.5.21"]
7072
imagecodecs = ["imagecodecs >=2021.11.20"]
7173
bioformats = ["JPype1 ~=1.5.0"]
7274
czi = ["pylibCZIrw ==5.0.0"]

0 commit comments

Comments
 (0)