# Single source of truth for dependencies is pyproject.toml.
# Installs the project in editable mode with all optional extras used for
# development, documentation, extra mesh/geospatial IO, the UM-Bridge model
# server, and (optionally) MPI.
#
# NOTE: mpi4py needs a working MPI toolchain; drop the `mpi` extra below on
# machines without one.
-e .[dev,docs,mesh,server,mpi]
