# Core dependencies for sPyTial
jinja2>=3.0.0  # For HTML templating
pyyaml>=6.0    # For YAML serialization
ipython>=8.0.0 # For Jupyter notebook integration

# Development and testing dependencies
pytest>=7.0.0  # For testing
flake8>=6.0.0  # For linting
black>=23.0.0  # For code formatting
