# Development dependencies
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-xdist>=3.0.0
pytest-mock>=3.10.0
pytest-cov>=4.0.0

# Code formatting and linting
black>=22.0.0
flake8>=5.0.0
isort>=5.10.0
mypy>=1.0.0
pre-commit>=2.20.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.19.0
myst-parser>=0.18.0

# Jupyter and experiments
jupyter>=1.0.0
jupyterlab>=3.4.0
ipywidgets>=8.0.0
nbconvert>=7.0.0

# Privacy-preserving ML (optional)
opacus>=1.4.0
# crypten>=0.4.0  # Commented out due to installation issues

# Additional utilities
click>=8.0.0
rich>=12.0.0