image-matching-toolbox
image-matching-toolbox copied to clipboard
Pillow is spewing some deprecation warnings Resampling.BICUBIC
image-matching-toolbox/immatch/utils/data_io.py:31: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead.
Here is the offending line https://github.com/GrumpyZhou/image-matching-toolbox/blob/main/immatch/utils/data_io.py#L31
The Resampling enum was added in Pillow 9.1.0. Prior to this, to resided as a constant at top level.