Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch Release #27

Open
AlCap23 opened this issue Apr 17, 2024 · 0 comments
Open

Patch Release #27

AlCap23 opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AlCap23
Copy link
Member

AlCap23 commented Apr 17, 2024

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.

@AlCap23 AlCap23 added the bug Something isn't working label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant