Skip to content

Commit 4141eab

Browse files
committed
pin tifffile
1 parent 4e069e9 commit 4141eab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@
2525
"Programming Language :: Python :: 3.8",
2626
],
2727
packages=find_namespace_packages(exclude=["tests"]), # Required
28-
install_requires=["bioimageio.spec>=0.4.5", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
28+
install_requires=[
29+
"bioimageio.spec>=0.4.5",
30+
"imageio>=2.5",
31+
"numpy",
32+
"ruamel.yaml",
33+
"tqdm",
34+
"xarray",
35+
"tifffile<=2022.4.8", # fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
36+
],
2937
include_package_data=True,
3038
extras_require={
3139
"test": ["pytest", "black", "mypy"],

0 commit comments

Comments
 (0)