dovahcrow / patchify.py

A library that helps you split image into small, overlappable patches, and merge patches into original image.
MIT License
211 stars 25 forks source link

Python 3.9 support #8

Closed felixriese closed 3 years ago

felixriese commented 3 years ago

Are there plans to support Python 3.9?

I am not able to install patchify with Python 3.9. One problem seems to be a too old scikit-image version which is required by patchify. How can I help you on that?

dovahcrow commented 3 years ago

@felixriese Hi can you have a try on pip install patchify -U? I just updated the support for python 3.9

felixriese commented 3 years ago

Amazing, it works. Thanks!