You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a new project in Julia 1.10, ] add ModelingToolkit results in circular dependencies and unable to precompile.
Dowgrading package Accessors from 0.1.40 to 0.1.39 solves the circular dependencies.
Works fine with Julia 1.11
Expected behavior
ModelingToolkit should work on Julia 1.10 (LTS) as the julia version in the project.toml is 1.9
Describe the bug 🐞
On a new project in Julia 1.10,
] add ModelingToolkit
results in circular dependencies and unable to precompile.Dowgrading package Accessors from 0.1.40 to 0.1.39 solves the circular dependencies.
Works fine with Julia 1.11
Expected behavior
ModelingToolkit should work on Julia 1.10 (LTS) as the julia version in the project.toml is 1.9
Minimal Reproducible Example 👇
# julia 1.10 ] add ModelingToolkit
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
/
The text was updated successfully, but these errors were encountered: