# Core dependencies
numpy>=1.21.0
scipy>=1.7.0
matplotlib>=3.5.0
psutil>=5.8.0

# Machine Learning frameworks
tensorflow>=2.8.0
torch>=1.12.0
scikit-learn>=1.1.0

# Quantum Computing frameworks (optional)
qiskit>=0.40.0
cirq>=1.0.0
pennylane>=0.20.0

# AI/LLM APIs
openai>=0.27.0
google-generativeai>=0.3.0
anthropic>=0.5.0

# Utilities
requests>=2.28.0
tqdm>=4.64.0
colorama>=0.4.5
click>=8.1.0
rich>=12.0.0

# Development dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
flake8>=5.0.0
mypy>=0.991

# Optional dependencies
plotly>=5.10.0
jupyter>=1.0.0
ipywidgets>=7.7.0 