# GeoStereonet v2 – Python dependencies
# =======================================
# QGIS bundles numpy. Matplotlib may need manual install:
#
#   Windows (OSGeo4W Shell):
#       pip install matplotlib scipy
#
#   macOS / Linux:
#       pip3 install matplotlib scipy
#
# PyQt5 (QGIS 3.x) / PyQt6 (QGIS 4.x) and qgis.* are always provided by
# QGIS – do NOT install separately.
#
# Matplotlib >= 3.5 is required: the plugin uses the Qt6-native
# "backend_qtagg" module on QGIS 4 (Qt6), falling back to the older
# "backend_qt5agg" module automatically on QGIS 3.x (Qt5).

numpy>=1.20
matplotlib>=3.5
scipy>=1.7
