brain2vec_PCA / requirements.txt
jesseab's picture
Initial commit
bb04d63
raw
history blame
311 Bytes
# requirements.txt
# PyTorch (CUDA or CPU version). For GPU install, see PyTorch docs for the correct wheel.
torch>=1.12
# MONAI v1.2+ has the 'generative' subpackage with AutoencoderKL, PatchDiscriminator, etc.
monai-weekly
monai-generative
# Common Python libraries
pandas
numpy
nibabel
matplotlib
datasets