r3tex / ObjectDetector.jl

Pure Julia implementations of single-pass object detection neural networks.
MIT License
91 stars 14 forks source link

CompatHelper: bump compat for ImageCore to 0.10, (keep existing compat) #90

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the ImageCore package from 0.8, 0.9 to 0.8, 0.9, 0.10. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

IanButterworth commented 1 year ago

Blocked by ImageDraw (CompatHelper is disabled over there)