# Core GUI Framework
PySide6>=6.6.0
pyqtgraph>=0.13.0

# Numerical and Scientific Computing
numpy>=1.24.0
scipy>=1.10.0
matplotlib>=3.7.0

# Deep Learning / AI
torch>=2.0.0

# Image Processing
opencv-python>=4.8.0
scikit-image>=0.21.0
pillow>=10.0.0

# Geographic Data Processing
geopandas>=0.13.0
shapely>=2.0.0
pyproj>=3.6.0
rasterio>=1.3.0

# Web Mapping (Leaflet integration)
pyqtlet2>=0.0.1

#GPU acceleration for CUDA-enabled systems
cupy>=12.0.0  # Uncomment if you have CUDA setup

