JuliaAstro / AstroTime.jl

Astronomical time keeping in Julia
https://juliaastro.github.io/AstroTime.jl/stable/
Other
39 stars 10 forks source link

extend ERFA compatibility range #54

Closed KlausC closed 3 years ago

KlausC commented 3 years ago

The last CI run resulted in the following error, which has been resolved by modifying the [compat] entry for a package.

 ERFA [17511681] log:
 ├─possible versions are: [0.4.0, 0.5.0, 0.6.0-0.6.3] or uninstalled
 ├─restricted to versions 0.4.0-0.4 by an explicit requirement, leaving only versions 0.4.0
 └─restricted by compatibility requirements with Compat [34da2185] to versions: [0.5.0, 0.6.0-0.6.3] or uninstalled — no versions left
   └─Compat [34da2185] log:
     ├─possible versions are: [1.0.0-1.0.1, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0-1.5.1, 2.0.0, 2.1.0, 2.2.0-2.2.1, 3.0.0, 3.1.0, 3.2.0, 3.3.0-3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0-3.9.1, 3.10.0, 3.11.0, 3.12.0, 3.13.0, 3.14.0, 3.15.0, 3.16.0, 3.17.0, 3.18.0, 3.19.0, 3.20.0, 3.21.0, 3.22.0, 3.23.0] or uninstalled
     └─restricted to versions 3.23.0 by an explicit requirement, leaving only versions 3.23.0
KlausC commented 3 years ago

I think I made all requested changes - at least CI is content now...

mileslucas commented 3 years ago

looks good, thanks for the help!