# Core dependencies
torch>=2.0.0
numpy>=1.21.0
scipy>=1.7.0
matplotlib>=3.5.0
seaborn>=0.11.0
h5py>=3.6.0
tqdm>=4.64.0

# Development and testing
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0

# Jupyter and visualization
jupyter>=1.0.0
plotly>=5.0.0
ipywidgets>=8.0.0

# Configuration and logging
pyyaml>=6.0
wandb>=0.13.0
tensorboard>=2.10.0

# Scientific computing
sympy>=1.11.0
scikit-learn>=1.1.0
pandas>=1.4.0

# Optional: JAX for alternative implementation
# jax>=0.4.0
# jaxlib>=0.4.0
