Installation
Required dependencies
Optional dependencies
Minimum dependency versions
xarray_mongodb adopts a rolling policy regarding the minimum supported versions of its dependencies:
You can see the actual minimum supported and tested versions here: https://github.com/crusaderky/xarray_mongodb/blob/main/ci/requirements-min-all-deps.yml
Sphinx documentation
To build the Sphinx documentation:
Source conda environment
Move to the root directory of this project
Execute:
conda env create -n xarray_mongodb_docs --file ci/requirements-docs.yml conda activate xarray_mongodb_docs sphinx-build -n -j auto -b html -d build/doctrees doc build/html
Testing
To run the test suite:
Start MongoDB on localhost (no password)
Source conda environment
Move to the root directory of this project
Execute:
conda env create -n xarray_mongodb --file ci/requirements-latest.yml conda activate xarray_mongodb py.test