# Core Dependencies torch>=2.0.0 torchvision>=0.15.0 numpy>=1.24.0 pandas>=2.0.0 # Configuration Management pydantic>=2.0.0 pyyaml>=6.0 python-dotenv>=1.0.0 # Monitoring & Logging psutil>=5.9.0 structlog>=23.1.0 rich>=13.5.0 # API & Serving fastapi>=0.103.0 uvicorn>=0.23.0 httpx>=0.25.0 # Data Validation & Schema jsonschema>=4.19.0 marshmallow>=3.20.0 # Utilities tqdm>=4.66.0 click>=8.1.7 colorama>=0.4.6 # Performance Optimization onnx>=1.14.0 onnxruntime>=1.16.0 # Testing (for development) pytest>=7.4.0 pytest-cov>=4.1.0 pytest-asyncio>=0.21.0 # Type Checking typing-extensions>=4.8.0