Skip to content

Commit ecf2cbf

Browse files
authored
Merge pull request #85 from bioio-devs/bugfix/prevent-bad-scitkit-image-usage
Block using bad scitkit-image
2 parents abbab2c + 3774041 commit ecf2cbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dependencies = [
3636
"numpy>=1.21.0,<2.0.0",
3737
"ome-types[lxml]>=0.4.0",
3838
"ome-zarr>=0.6.1",
39+
# This version was revoked from PyPi, but in case of using a stale version
40+
# or a private package index, this will prevent usage
41+
"scikit-image!=0.23.0",
3942
"semver>=3.0.1",
4043
"tifffile>=2021.8.30",
4144
"zarr>=2.6.0",

0 commit comments

Comments
 (0)