I have installed package X in my Julia environment. How can I check what other packages package X is using and what their versions are?
I believe that, in previous versions of Julia, I could use something like e.g. Pkg.dependencies("Optim") to check what package Optim.jl is using, but that doesn’t seem to work any longer (I use Julia 1.10).
@matnbo Nice one. Didn’t occur to me as a solution. @oheil This is a little gem @fredrikekre Unfortunately, this seems to give me only the version of tha package and no dependencies (I am in Julia 1.10.1).