`DynamicalSystemsBase` seems to be pinned to `v1.6`
navidcy opened this issue · 5 comments
navidcy commented
Does this compat entry needs to be updated?
DynamicalSystems.jl/Project.toml
Line 18 in bd2fdc1
to, e.g.,
DynamicalSystemsBase = "^1.8"
?
navidcy commented
Seems like CompatHelper has spotted this:
https://github.com/JuliaDynamics/DynamicalSystems.jl/runs/2861852780?check_suite_focus=true
but how come it didn't open a PR? Perhaps the secrets have been outdated or something?
navidcy commented
Note that the docs use the latest docstrings from DynamicalSystemsBase.jl
since there is no compat entry restricting the version in docs/Project.toml
.
Datseris commented
DynamicalSystemsBase = "1.6"
is a lower bound. It allows all future versions as well, it is not pinning.
navidcy commented
Ok my bad :)