Skip to content

Commit bc34155

Browse files
authored
Merge pull request #99 from bioio-devs/bugfix/96-limit-tifffile-version
pin the tifffile version so we can release a final 3.9 build
2 parents 3411983 + 73d548d commit bc34155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ dependencies = [
4040
# or a private package index, this will prevent usage
4141
"scikit-image!=0.23.0",
4242
"semver>=3.0.1",
43-
"tifffile>=2021.8.30",
43+
# enumeration constants renamed, breaking bioio
44+
"tifffile>=2021.8.30,<2025.2.18", # breaking changes introduced
4445
"zarr>=2.6.0",
4546
]
4647

0 commit comments

Comments
 (0)