# GeoSuite Dependencies
# 
# This file exists for backwards compatibility with older tools.
# The canonical source of dependencies is pyproject.toml
#
# For most users, install with:
#   pip install -e .
#
# Or with optional dependencies:
#   pip install -e .[all]          # Everything
#   pip install -e .[ml]           # Machine learning
#   pip install -e .[geospatial]   # Geospatial analysis
#   pip install -e .[imaging]      # Core image processing
#   pip install -e .[dev]          # Development tools
#
# This file provides the minimum core dependencies only.
# See pyproject.toml for the complete dependency specification.

# Core dependencies (from pyproject.toml)
pandas>=2.0
numpy>=1.24,<2.0
scipy>=1.10
scikit-learn>=1.3
matplotlib>=3.7
signalplot>=0.1.0
lasio>=0.30
segyio>=1.9
ruptures>=1.1
joblib>=1.3.0
cloudpickle>=2.2.0
numba>=0.58.0
