argopy.show_versions#

show_versions(file=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, conda=False)[source]#

Print the versions of argopy and its dependencies

Parameters
  • file (file-like, optional) – print to the given file-like object. Defaults to sys.stdout.

  • conda (bool, optional) – format versions to be copy/pasted on a conda environment file (default, False)