iuliaturc / detextify

Remove text from AI-generated images
MIT License
263 stars 21 forks source link

Don't use Numpy 1.24 as it's broken with Paddle #20

Closed scruffynerf closed 1 year ago

scruffynerf commented 1 year ago

see https://github.com/PaddlePaddle/PaddleOCR/issues/8743

Requirements should be set to Numpy=1.23 for now, until they fix things. Setting it to ^1.23 is breaking stuff, as it sees 1.24 and then fails to work.

iuliaturc commented 1 year ago

Thanks a lot @scruffynerf! Downgraded to Numpy=1.23.5.