Skip to content

Patch Release #27

Description

@AlCap23

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions