pastas.version.get_versions =========================== .. py:function:: pastas.version.get_versions(optional: bool = False, lmfit: bool = False, latexify: bool = False) -> str Method to get the version of dependencies. :param optional: Add the version of optional dependencies if installed. :type optional: bool, optional :param lmfit: Print the version of LMfit if installed. Deprecated since v1.6.0. :type lmfit: bool, optional :param latexify: Print the version of Latexify if installed. Deprecated since v1.6.0. :type latexify: bool, optional :returns: String with the version of the dependencies. :rtype: str .. !! processed by numpydoc !!