Installation ------------ Required Dependencies ~~~~~~~~~~~~~~~~~~~~~ The following packages are required dependencies: **Core Dependencies** * Python (3.10 or 3.11) * `numpy `__ * `pandas `__ * `xarray `__ * `scikit-learn `__ * `statsmodels `__ **For Performance** * `dask `__ * `numba `__ **For I/O** * `netCDF4 `__ * `zarr `__ * `xarray-datatree `__ **Miscellaneous** * `typing-extensions `__ * `tqdm `__ Instructions ~~~~~~~~~~~~ The ``xeofs`` package can be installed using either the `conda `__ package manager .. code-block:: bash conda install -c conda-forge xeofs or the Python package installer `pip `__ .. code-block:: bash pip install xeofs