Where can I find the UUID of LinearAlgebra to add it my Project.toml?
I get this warning when I use my package:
┌ Warning: Package MatLang does not have LinearAlgebra in its dependencies:
│ - If you have MatLang checked out for development and have
│ added LinearAlgebra as a dependency but haven’t updated your primary
│ environment’s manifest file, tryPkg.resolve()
.
│ - Otherwise you may need to report an issue with
MatLang
└ Loading LinearAlgebra into MatLang from project dependency, future warnings for MatLang are suppressed.
Edit:
I found it in my Manifest in my environment folder. But it is still strange that I need to add these base packages to my deps
LinearAlgebra=“37e2e46d-f89d-539d-b4ee-838fcccc9c8e”