# Core dependencies
torch>=2.0.0,<3.0.0
numpy>=1.24.0,<2.0.0

# Development and testing dependencies
pytest>=7.4.0,<8.0.0
pytest-cov>=4.1.0,<5.0.0
coverage>=7.2.0,<8.0.0
flake8>=6.0.0,<7.0.0
bandit>=1.7.5,<2.0.0
black>=23.9.0,<24.0.0

# Type checking (optional)
mypy>=1.5.0,<2.0.0

# Pre-commit hooks (optional)
pre-commit>=3.3.0,<4.0.0
