We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abbab2c + 3774041 commit ecf2cbfCopy full SHA for ecf2cbf
pyproject.toml
@@ -36,6 +36,9 @@ dependencies = [
36
"numpy>=1.21.0,<2.0.0",
37
"ome-types[lxml]>=0.4.0",
38
"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",
42
"semver>=3.0.1",
43
"tifffile>=2021.8.30",
44
"zarr>=2.6.0",
0 commit comments