Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax Pillow and OpenCV version bounds. #1373

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Commits on Nov 6, 2023

  1. Relax Pillow version bounds.

    For Pillow, the change in commit
    
        e04e183 - chore: apply PIL major changes and increase min version specifier (mindee#1237)
    
    that does the `font.getsize()` -> `font.getbbox()` migration
    is definitely already available in Pillow 9.2.0, see
    
    https://pillow.readthedocs.io/en/stable/deprecations.html#font-size-and-offset-methods
    
    > Deprecated since version 9.2.0.
    nh2 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d4e21cf View commit details
    Browse the repository at this point in the history