pastas.version.get_versions =========================== .. py:function:: pastas.version.get_versions(optional: bool = False) -> dict[str, str] Method to get the version of dependencies. :param optional: Add the version of optional dependencies if installed. :type optional: bool, optional :returns: Dictionary with the version of the dependencies. :rtype: dict[str, str] .. !! processed by numpydoc !!