# Core dependencies
numpy>=1.21.0
scipy>=1.7.0
sympy>=1.9

# Visualization
matplotlib>=3.4.0
plotly>=5.3.0

# Numerical computation
numba>=0.56.0

# Data handling
pandas>=1.3.0

# Jupyter notebooks
jupyter>=1.0.0
ipython>=7.30.0

# Testing
pytest>=6.2.0
pytest-cov>=3.0.0

# Documentation
sphinx>=4.3.0
sphinx-rtd-theme>=1.0.0

# Code quality
black>=21.0.0
flake8>=4.0.0
mypy>=0.910

# Type hints
typing-extensions>=4.0.0
