locan.utils.system_information.dependency_info#

locan.utils.system_information.dependency_info(extra_dependencies=True, other_dependencies=None)[source]#

Overview of the installed version of main dependencies.

Parameters:
  • extra_dependencies (bool) – Include extra dependencies

  • other_dependencies (Optional[list[str]]) – Include other module names.

Returns:

Version information on relevant Python libraries

Return type:

dict