conda-tree
conda-tree copied to clipboard
conda dependency tree helper
I think conda-tree could be useful for troubleshooting dependency conflicts. For example, when building an environment the conda solver may fail to find a solution. There could also be conflicts...
Thanks for the really helpful tool! Could we please have the option to exclude the `conda-tree` dependency chain from `deptree` and other commands?
Thank you for this tool, it is super helpful. The output of `conda tree leaves` looks like JSON, but is actually a stringified version of a Python list, and annoying...
I expected the Python node and its connecting edges to be removed when I ran the command `conda tree deptree --dot --small`, but they were not. This made the picture...
This package is excellent for showing dependencies between packages. However, sometimes packages put constraints on other packages that can be installed together. It would be nice to be able to...