worlddynamics / Vensim2MTK.jl

A Julia package to import Vensim .xmile files as ModelingToolkit.jl models.
MIT License
2 stars 1 forks source link

Fix Project.toml #21

Closed natema closed 1 year ago

natema commented 1 year ago

Now that you made it a package by adding the required info in the Project.toml, you can install the local copy by doing using Vensim2MTK (your current environment should be the package). Currently, it complains that XML.jl is missing from the [deps] in the Project.toml.

meyde commented 1 year ago

added XML in the dependency list.

natema commented 1 year ago

Did you try using Vensim2MTK? It raises an error. I think the problem is that the name of the module in Vensim2MTK.jl is still Vensim.

meyde commented 1 year ago

yes, i fixed it in the dev branch and did a PR. it works in the dev environement

natema commented 1 year ago

It works! I think we are ready, I'll ask to register the package.