# GeoStereonet v2 – Python dependencies
# =======================================
# QGIS 3.x bundles numpy. Matplotlib may need manual install:
#
#   Windows (OSGeo4W Shell):
#       pip install matplotlib scipy
#
#   macOS / Linux:
#       pip3 install matplotlib scipy
#
# PyQt5 and qgis.* are always provided by QGIS – do NOT install separately.

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