# Base requirements
-r requirements.txt

# Development dependencies (basic)
pytest>=6.0
pytest-cov>=2.12.0
black>=21.0.0
flake8>=3.9.0
sphinx>=4.0.0
sphinx-rtd-theme>=0.5.0
jupyter>=1.0.0
matplotlib>=3.4.0

# Cross-validation dependencies (optional - only for R-Python comparison testing)
# These are NOT included in regular development workflow
# Install separately with: pip install -e .[cross-validation]
# rpy2>=3.4.0
# tqdm>=4.62.0
# deepdiff>=5.6.0
# tabulate>=0.8.9
# seaborn>=0.11.0