JuliaDynamics / DynamicalSystems.jl

Award winning software library for nonlinear dynamics and nonlinear timeseries analysis

Home Page:https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystems/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`DynamicalSystemsBase` seems to be pinned to `v1.6`

navidcy opened this issue · comments

Does this compat entry needs to be updated?

DynamicalSystemsBase = "1.6"

to, e.g.,

DynamicalSystemsBase = "^1.8"

?

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?

Note that the docs use the latest docstrings from DynamicalSystemsBase.jl since there is no compat entry restricting the version in docs/Project.toml.

DynamicalSystemsBase = "1.6" is a lower bound. It allows all future versions as well, it is not pinning.

Ok my bad :)