Python 3.9 support
Closed this issue · 2 comments
felixriese commented
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
@felixriese Hi can you have a try on pip install patchify -U? I just updated the support for python 3.9
felixriese commented
Amazing, it works. Thanks!