Where I can find the lsst_distrib dependency tree?

Could someone kindly remind me where I can find the current dependency tree for all the Python modules required for lsst_apps or lsst_distrib?

The self-install requirements are

https://pipelines.lsst.io/install/prereqs/index.html#python-deps

But I want the fully resolved version of that list.

Do you mean the conda prereqs?

They are defined in https://github.com/lsst/lsstsw/tree/master/etc and moving to https://github.com/lsst/scipipe_conda_env

1 Like

Thank you. I mostly confused because the https://pipelines.lsst.io/install/prereqs/index.html#python-dependencies pointed to a particular commit of the dependency list instead of master and so was out of date.

I’ve submitted a PR to update the links in the pipelines.lsst.io documentation.

Historically, the intent has been that the web site points to what you need for the most recent formal release. This can be out of sync with the current version requirements.