elixir-image/image

Support Evision 0.2.x

Closed this issue · 3 comments

Evision recently released version v0.2.x to add support for OpenCV 4.10.0

Currently I have to override my Evision dependency because Image is restricted to just the 0.1.x versions.

Because image >= 0.37.0 depends on evision ~> 0.1.33 and your app depends on evision ~> 0.2, image >= 0.37.0 is forbidden.
So, because your app depends on image ~> 0.48.0, version solving failed.

Thanks!

Thanks for the report @davydog187, I’ll get a new release out in the next couple of hours.

I've published image version 0.48.1 with the following changelog entry:

Bug Fixes

  • Relax evision dependency to allow the 0.2 chain as well as the 0.1 chain. Thanks to @davydog187 for the report. Closes #140.

  • Fix Evision.resize/3 parameter to be :interpolation rather than :interpolate.

Thanks again for raising the issue.