pastas.version.get_versions#

pastas.version.get_versions(optional: bool = False, lmfit: bool = False, latexify: bool = False) str#

Method to get the version of dependencies.

Parameters:
  • optional (bool, optional) – Add the version of optional dependencies if installed.

  • lmfit (bool, optional) – Print the version of LMfit if installed. Deprecated since v1.6.0.

  • latexify (bool, optional) – Print the version of Latexify if installed. Deprecated since v1.6.0.

Returns:

String with the version of the dependencies.

Return type:

str