# Development-only dependencies — never required to run the plugin itself
# (QGIS's own Python already provides numpy/gdal; pykrige and matplotlib are
# runtime deps the user installs into QGIS's Python, see README).
#
#   pip install -r requirements-dev.txt
#   pytest tests/unit          # fast, no QGIS required
pytest>=8.0
numpy>=1.26
