# tkgis runtime dependencies
# Install: pip install -r requirements.txt

# --- GUI framework ---
customtkinter>=5.2.0
ttkbootstrap>=1.10.0
Pillow>=10.0.0

# --- Geospatial vector ---
geopandas>=0.14.0
pyogrio>=0.7.0
pyproj>=3.6.0
shapely>=2.0.0

# --- Geospatial raster ---
rasterio>=1.3.0

# --- GRDL ecosystem (raster I/O, processing, workflows) ---
grdl>=0.1.0
grdl-runtime>=0.1.0

# --- Visualization ---
matplotlib>=3.7.0

# --- Numerical / data ---
numpy>=1.20.0
scipy>=1.7.0
pandas>=2.0.0

# --- Serialization / validation ---
pydantic>=2.0.0
PyYAML>=6.0
