Add env_package_list function to capture full environment listing
- Oct 19, 2022
-
-
Duncan Macleod authored
-
Duncan Macleod authored
which captures the output of the `bilby.core.utils.env_package_list()`
-
Duncan Macleod authored
returns a dict of (name, version) pairs for all packages in the environment, either using `conda list` or `pip list installed` (in that preference order)
-