# pandas is capped below 3 for parity with the QGIS 4.0 macOS bundle (2.3.3).
# pandas 3.0 changes defaults (Copy-on-Write, string dtype) that the plugin's
# DataFrame code has not been validated against. Install-if-missing only: an
# existing QGIS-bundled pandas is left untouched (see scripts/*/install-deps).
pandas>=2.0,<3
pyarrow>=14.0.0
