https://github.com/Project-MONAI/MONAI/
Raw File
Tip revision: 714d00dffe6653e21260160666c4c201ab66511b authored by Wenqi Li on 25 November 2021, 18:16:28 UTC
3404 fixes crop types (#3403)
Tip revision: 714d00d
requirements-dev.txt
# Full requirements for developments
-r requirements-min.txt
pytorch-ignite==0.4.6
gdown>=3.6.4
scipy
itk>=5.2
nibabel
pillow!=8.3.0  # https://github.com/python-pillow/Pillow/issues/5571
tensorboard
scikit-image>=0.14.2
tqdm>=4.47.0
lmdb
flake8>=3.8.1
flake8-bugbear
flake8-comprehensions
flake8-executable
flake8-pyi
mccabe
pep8-naming
pycodestyle
pyflakes
black
isort
pytype>=2020.6.1; platform_system != "Windows"
types-pkg_resources
mypy>=0.790
ninja
torchvision
psutil
Sphinx==3.5.3
recommonmark==0.6.0
sphinx-autodoc-typehints==1.11.1
sphinx-rtd-theme==0.5.2
cucim>=21.8.2; platform_system == "Linux"
openslide-python==1.1.2
imagecodecs; platform_system == "Linux"
tifffile; platform_system == "Linux"
pandas
requests
einops
transformers
mlflow
matplotlib!=3.5.0
tensorboardX
back to top