# HyperCoast QGIS Plugin Dependencies
# Install these packages in your QGIS Python environment

h5netcdf>=0.11.0
h5py>=3.0.0
# RECOMMENDED: Install hypercoast for best compatibility with all data formats
# pip install hypercoast
hypercoast>=0.16.0
leafmap>=0.30.0
matplotlib>=3.4.0

# If hypercoast is not available, the plugin will use these core dependencies:
numpy>=1.20.0
pandas>=1.3.0

# For coordinate transformations (usually included with QGIS)
pyproj>=3.0.0
rasterio>=1.2.0

# Optional dependencies for enhanced functionality
rioxarray>=0.7.0
scipy>=1.7.0
xarray>=0.19.0

