JuliaImages / ImageBinarization.jl

A Julia package of algorithms for analyzing images and automatically binarizing them into background and foreground.
MIT License
35 stars 8 forks source link

bump compat for ColorTypes "0.10" and ReferenceTests "0.9" #59

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago

closes #58

The first commit explicitly specifies the version of Compat to get a successful version resolve.

johnnychen94 commented 4 years ago

Unfortunately, this doesn't solve the issue. 😖

Although ImageContrastAdjustment is compatible to Compat v"2.2", Pkg doesn't resolve to that version, instead, it sticks to the installed version Compat v"3.8".