allenai / mmda

multimodal document analysis
Apache License 2.0
158 stars 18 forks source link

Fix pil issue #260

Closed cmwilhelm closed 1 year ago

cmwilhelm commented 1 year ago

Bib entry predictor is failing its integration tests because detectron2 depends on a deprecated PIL.Image interpolation mode that was removed over the weekend.

This version bounds Pillow<10 to fix.