Closed JackDunnNZ closed 3 years ago
Pkg.installed is deprecated on Julia 1.4+, this changes to use the new Pkg.dependencies instead to avoid the dep warning
Pkg.installed
Pkg.dependencies
Thanks a lot!
Pkg.installed
is deprecated on Julia 1.4+, this changes to use the newPkg.dependencies
instead to avoid the dep warning