# Core dependencies
torch>=2.0.0
numpy>=1.24.0
scipy>=1.10.0
matplotlib>=3.7.0
pyyaml>=6.0
pydantic>=2.0.0

# SPICE simulation
PySpice>=1.4.0
PyLTSpice>=5.5.0

# Statistical analysis and calibration
scikit-learn>=1.3.0
statsmodels>=0.14.0

# Experiment tracking
mlflow>=2.7.0

# Configuration management
hydra-core>=1.3.0
omegaconf>=2.3.0

# Interactive plotting
plotly>=5.17.0

# Circuit schematic drawing
schemdraw>=0.22
svglib>=1.5.0
reportlab>=4.0.0

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
