Closed hurak closed 3 years ago
See https://github.com/MilesCranmer/SymbolicRegression.jl/pull/45. Upgrading SymbolicUtils currently breaks the test suite, so will need to figure out why before adding the updated version.
Actually, it looks like the tests pass. So it’s probably not necessary! But for stability reasons I need to still read the change logs before merging.
Version 0.6.15 should be up soon which satisfies this. Sorry for the delay.
Installing
SymbolicRegression.jl
force downgrade ofModelingToolkit.jl
,Symbolics.jl
andSymbolicUtils.jl
. I can read inProject.toml
the compat entrySymbolicUtils = "0.13"
. If I understand the convention described in https://pkgdocs.julialang.org/v1/compatibility/#compat-pre-1.0 correctly, this binds the package to0.13.x
versions. Is that necessary here?SymbolicUtils.jl
is now in version0.16.0
.