How to check skimage version

You can easily check the version of the skimage with the following code. First, import the skimage library.

import skimage
print(skimage.__version__)

Free Learning Resources

Recommended Laptops

Leave a Comment

Your email address will not be published.