# Core development dependencies -r requirements.txt # Testing pytest>=6.0 pytest-cov>=2.12.1 pytest-xdist>=2.4.0 # Code formatting black>=21.7b0 isort>=5.0.0 # Static type checking mypy>=0.910 # Linting pylint>=2.11.0 # Version control hooks pre-commit>=2.15.0 # Optional: For documentation # sphinx>=4.0.0 # sphinx-rtd-theme>=0.5.0 # Optional: For notebook development # jupyter>=1.0.0 # ipykernel>=6.0.0