# ============================================ # CXInsights - Development Dependencies # ============================================ # Install: pip install -r requirements-dev.txt # ============================================ # === Testing === pytest>=7.4.0,<8.0.0 pytest-cov>=4.1.0,<5.0.0 pytest-asyncio>=0.23.0,<1.0.0 pytest-mock>=3.12.0,<4.0.0 # === Type Checking === mypy>=1.8.0,<2.0.0 types-PyYAML>=6.0.0,<7.0.0 pandas-stubs>=2.1.0,<3.0.0 # === Linting & Formatting === ruff>=0.1.0,<1.0.0 # === Notebooks === jupyter>=1.0.0,<2.0.0 ipykernel>=6.27.0,<7.0.0 # === Pre-commit Hooks === pre-commit>=3.6.0,<4.0.0