I was trying to add latest version of ImageShow to juliaimages.github.io but faced this compatibility issue. I need to use gif/play function but they are in 0.3.0 version.
julia> Pkg.add(PackageSpec(name="ImageShow", version="0.3.0"))
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package ImageShow [4e3cecfd]:
ImageShow [4e3cecfd] log:
├─possible versions are: 0.1.0-0.3.2 or uninstalled
├─restricted to versions 0.3.0 by an explicit requirement, leaving only versions 0.3.0
└─restricted by compatibility requirements with Images [916415d5] to versions: 0.1.0-0.2.3 — no versions left
└─Images [916415d5] log:
├─possible versions are: 0.17.3-0.24.1 or uninstalled
└─restricted to versions 0.23 by an explicit requirement, leaving only versions 0.23.0-0.23.3
I was trying to add latest version of ImageShow to juliaimages.github.io but faced this compatibility issue. I need to use gif/play function but they are in 0.3.0 version.