Add sdk.development.detailed_import_report configuration option to provide a detailed report of all python package imports

This commit is contained in:
allegroai 2021-09-09 22:01:24 +03:00
parent 8ebf9be604
commit 70cf0882d4

View File

@ -175,6 +175,9 @@ sdk {
# If this flag is true (default is false), instead of analyzing the code with Pigar, analyze with `pip freeze`
detect_with_pip_freeze: false
detect_with_conda_freeze: false
# If True, provide a detailed report of all python package imports
# as comments inside the "Installed packages" section
detailed_import_report: false
# Log specific environment variables. OS environments are enlisted in the "Environment" section
# of the Hyper-Parameters.