File size: 311 Bytes
bb04d63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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