Installation ============ Required dependencies ^^^^^^^^^^^^^^^^^^^^^ - xarray<=0.19.0, >=0.15.1 - scipy<=1.7.1, >=1.1.0 - scikit-learn<2.0, >=0.21 - netCDF4<1.5.9, >=1.3.1 - dask<2021.10.1, >=2.9 - toolz<=0.11.1, >=0.8.2 - erddapy<=1.1.1, >=0.6 - fsspec<=2021.10.0, >=0.7.4 - gsw<=3.4.0, >=3.3.1 - aiohttp<3.8.1, >=3.6.2 - packaging<=21.0, >= 20.4 Note that Erddapy_ is required because `erddap `_ is the default data fetching backend. Requirement dependencies details can be found `here `_. The **argopy** software is `continuously tested `_ with under latest OS (Linux and Mac OS) and with python versions 3.6, 3.7 and 3.8. Optional dependencies ^^^^^^^^^^^^^^^^^^^^^ For a complete **argopy** experience, the following packages are also required: - ipython>=5.0.0 - ipywidgets>=7.5.1 - tqdm>=4.46.0 - Matplotlib>=3.0 - Cartopy>=0.17 - Seaborn>=0.9.0 Instructions ^^^^^^^^^^^^ Install the last release with conda: .. code-block:: text conda install -c conda-forge argopy or pip: .. code-block:: text pip install argopy you can also work with the latest version: .. code-block:: text pip install git+http://github.com/euroargodev/argopy.git@master .. _Erddapy: https://github.com/ioos/erddapy