# Core dependencies - Python 3.9+ compatible
# NOTE: This file is for development only. Use pyproject.toml for production.
pandas>=1.5.0
numpy>=1.21.0
matplotlib>=3.5.0
seaborn>=0.11.0
plotly>=5.0.0
scipy>=1.9.0
scikit-learn>=1.1.0
psutil>=5.9.0
pyyaml>=6.0
toml>=0.10.0

# Neural Networks & AI
torch>=1.9.0
transformers>=4.0.0

# Quantum Computing
qiskit>=0.40.0

# GPU acceleration (platform-specific)
# Windows users: install cupy-cuda12x manually if needed
# Linux/Mac users: install cupy-cuda11x or cupy-cuda12x
# cupy-cuda11x>=10.0.0; sys_platform != 'win32'
# cupy-cuda12x>=12.0.0; sys_platform == 'win32'

# Cloud integration (optional)
boto3>=1.26.0
azure-storage-blob>=12.16.0
google-cloud-storage>=2.8.0

# Profiling and monitoring
psutil>=5.9.0

# Security and validation
bandit>=1.7.0
safety>=2.3.0

# Development dependencies
pytest>=6.0
pytest-cov>=2.0
black>=21.0
flake8>=3.8
mypy>=0.800

# I/O dependencies (Excel support)
openpyxl>=3.1.0
