Closed m-wells closed 5 years ago
Seems like my guess is correct. I forked the repo and installed it using
using Pkg
pkg"add https://github.com/m-wells/SkyCoords.jl.git"
and the result is
Cloning git-repo `https://github.com/m-wells/SkyCoords.jl.git`
Updating git-repo `https://github.com/m-wells/SkyCoords.jl.git`
Resolving package versions...
Installed StaticArrays ─ v0.10.2
Updating `~/.julia/environments/v1.1/Project.toml`
[fc659fc5] + SkyCoords v0.2.0+ #master (https://github.com/m-wells/SkyCoords.jl.git)
Updating `~/.julia/environments/v1.1/Manifest.toml`
[fc659fc5] + SkyCoords v0.2.0+ #master (https://github.com/m-wells/SkyCoords.jl.git)
[90137ffa] + StaticArrays v0.10.2
Should be fixed now
Whenever I run
I get the following
I've taken a look at the
Compat.toml
and it has the following contentsI think the cap at 0.7 is the culprit. I see that there is no cap in the
REQUIRE
file but maybe a nudge to the repo will trigger a new METADATA sync.