-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
With the current version we restricted MTK properly. The initial release is not strictly bounded and has no good bound on ModelingToolkit, which results in compatability issues when installed in the wrong order.
This needs a patch release for v0.1.0.
In detail :
using Pkg
Pkg.activate(SOMEENV)
Pkg.add(ModelingToolkit)
Pkg.add(DynamicOED) will fail where
using Pkg
Pkg.activate(SOMEENV)
Pkg.add(DynamicOED)
Pkg.add(ModelingToolkit) will succeed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working