From 70cf0882d41cc7135e13c2787592285fba18db96 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 9 Sep 2021 22:01:24 +0300 Subject: [PATCH] Add sdk.development.detailed_import_report configuration option to provide a detailed report of all python package imports --- docs/clearml.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/clearml.conf b/docs/clearml.conf index 18f22dc7..cb3ffdae 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -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.