# Core dependencies
tensorflow==2.14.1
numpy>=1.26.4

# Visualization
matplotlib>=3.5.0
seaborn>=0.12.0
plotly>=5.13.0

# Jupyter environment
jupyter>=1.0.0
jupyterlab>=3.0.0
ipython>=8.0.0

# Testing and development
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
flake8>=6.0.0
isort>=5.12.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0

# Data handling
h5py>=3.8.0
scikit-learn>=1.0.0

# Optional but recommended
tqdm>=4.65.0  # for progress bars
wandb>=0.15.0  # for experiment tracking