I am getting this warning:
┌ Warning: Circular dependency detected.
│ Precompilation will be skipped for dependencies in this cycle:
│ ┌ Symbolics → SymbolicsPreallocationToolsExt
│ └─ Symbolics → SymbolicsForwardDiffExt
│ Precompilation will also be skipped for the following, which depend on the above cycle:
│ ModelingToolkit
│ KiteModels
│ ModelingToolkit → MTKChainRulesCoreExt
when installing/ updating KiteModels.jl (main branch) using Julia 1.10.
What could be the reason?