For a given conda package, how to I list the packages that depend on it?
conda
I recently installed anaconda on a university cluster that al
Shameless plug: conda-depgraph can do this fairly easily:
$ conda depgraph --from-channels in mpich2 ┌────────┐ │anaconda│ └───┬─┬──┘ │ │ │ └──┐ v │ ┌──────┐ │ │mpi4py│ │ └──┬───┘ │ │ ┌───┘ │ │ v v ┌──────┐ │mpich2│ └──────┘