# Core ML dependencies (PyTorch should be installed separately)
nnunetv2>=2.2,<2.6

# nnUNet dependencies (often missing from their requirements)
acvl-utils>=0.2
blosc2>=2.0.0
connected-components-3d
batchgenerators>=0.25

# Medical imaging
nibabel>=3.2.0
SimpleITK>=2.1.0,<=2.3.1
scikit-image>=0.19.0

# Scientific computing  
numpy>=1.21.0
scipy>=1.7.0
pandas>=1.3.0

# Utilities
tqdm>=4.62.0
requests>=2.25.0
packaging>=20.0

# Optional but recommended for stability
psutil>=5.8.0
