synthtiger icon indicating copy to clipboard operation
synthtiger copied to clipboard

Updates for new Pillow + Update Deps

Open tarun-menta opened this issue 10 months ago • 0 comments

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

  • Related issues:
    • #67
    • #66

Changes in this PR

  • Add support for new pillow version by replacing font.getsize with font.getbbox as per the recommended steps
  • Pin numpy version - Automatically picked version is >2 which has breaking changes

How has this been tested?

Tested and verified manually. All tests run via pytest are passing

tarun-menta avatar Jan 09 '25 07:01 tarun-menta