invest/.readthedocs_environment.yml

16 lines
473 B
YAML

# requirements-docs.yml
# ---------------------
# This file records the packages needed to build on readthedocs.org.
# It assumes that the natcap.invest package is being
# installed to the readthedocs environment separately.
channels:
- conda-forge
# set nodefaults to remove the default channels
# this is needed to keep memory use below RTD limit due to conda bug:
# https://github.com/conda/conda/issues/5003
- nodefaults
dependencies:
- python=3.11
- gdal>=3.4.2
- pip