stroke-deepisles-demo / requirements.txt
VibecoderMcSwaggins's picture
fix(arch): comprehensive architecture audit fixes (#44)
fa1717e unverified
# requirements.txt - Fallback for pip-only environments
# NOTE: Primary dependency management uses uv.lock (see Dockerfile)
# This file is for environments without uv (e.g., some CI systems)
# Generated: December 2025
# Core - BIDS + NIfTI lazy loading (maintained fork)
neuroimaging-go-brrrr @ git+https://github.com/The-Obstacle-Is-The-Way/[email protected]
# HuggingFace
huggingface-hub>=0.25.0
# NIfTI handling
nibabel>=5.2.0
numpy>=1.26.0,<2.0.0
# Configuration
pydantic>=2.5.0
pydantic-settings>=2.1.0
# Networking
requests>=2.0.0
# API server (FastAPI backend)
fastapi>=0.115.0
uvicorn[standard]>=0.32.0