# Core scientific computing
numpy>=1.21.0
scipy>=1.7.0
pandas>=1.3.0
matplotlib>=3.5.0
seaborn>=0.11.0

# Machine Learning and Deep Learning
scikit-learn>=1.0.0
tensorflow>=2.8.0
torch>=1.11.0
torchvision>=0.12.0

# Advanced filtering and signal processing
filterpy>=1.4.5
pykalman>=0.9.5

# Optimization and numerical methods
cvxpy>=1.2.0
casadi>=3.5.5

# Data handling and I/O
h5py>=3.6.0
openpyxl>=3.0.9
xlrd>=2.0.1

# Visualization and Interactive tools
plotly>=5.6.0
dash>=2.3.0
ipywidgets>=7.6.5

# Configuration management
pyyaml>=6.0
hydra-core>=1.1.0
omegaconf>=2.1.0

# Logging and monitoring
loguru>=0.6.0
tensorboard>=2.8.0
wandb>=0.12.0

# Testing and quality
pytest>=7.0.0
pytest-cov>=3.0.0
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0

# Documentation
sphinx>=4.4.0
sphinx-rtd-theme>=1.0.0
nbsphinx>=0.8.8

# Jupyter support
jupyter>=1.0.0
ipykernel>=6.9.0 