Skip to content

Commit ad3fd08

Browse files
authored
Pinning tifffile version to the one testing against (#95)
1 parent ebef450 commit ad3fd08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
"local_scheme": "dirty-tag",
1414
"write_to": "tiledb/bioimg/version.py",
1515
},
16-
install_requires=["pyeditdistance", "tiledb>=0.19", "tqdm", "scikit-image"],
16+
install_requires=[
17+
"pyeditdistance",
18+
"tiledb>=0.19",
19+
"tqdm",
20+
"tifffile==2022.10.10",
21+
"scikit-image",
22+
],
1723
extras_require={
1824
"zarr": zarr,
1925
"openslide": openslide,

0 commit comments

Comments
 (0)