comment here

This commit is contained in:
ton
2023-03-18 20:03:34 +07:00
commit 4553a0a589
14513 changed files with 2685043 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Remove this package in the release after v0.20
raise ModuleNotFoundError(
"The `skimage.future.graph` submodule was moved to `skimage.graph` in "
"v0.20. `ncut` was removed in favor of the identical function "
"`cut_normalized`. Please update your import paths accordingly."
)