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
Hi, is there a reason to have an upper limit on the minor version of SciMLBase? This seems unnecessary as long as SciMLBase obeys semver, which it should. As a result I can't install PowerDynamics.jl due to unsatisfiable requirements with other packages in my project.
The text was updated successfully, but these errors were encountered:
@AnnaBuettner I was planning to revisit the power grids experiment today but I'm blocked by this. I'll work on other things in the meantime but would you mind taking a look when you get a chance?
Unfortunately the upper bound is necessary, yes. SciML changed significantly how symbols of states are handled internally, something NetworkDynamics and PowerDynamics relied on since we construct our own ODEFunction objects (ref JuliaDynamics/NetworkDynamics.jl#132).
Do you need it in the same project necessarily or can you create the data with PD.jl in a different environment with SciMLBase@2.10?
PowerDynamics.jl/Project.toml
Line 54 in 2f83970
Hi, is there a reason to have an upper limit on the minor version of SciMLBase? This seems unnecessary as long as SciMLBase obeys semver, which it should. As a result I can't install PowerDynamics.jl due to unsatisfiable requirements with other packages in my project.
The text was updated successfully, but these errors were encountered: