https://github.com/Project-MONAI/MONAI/
Raw File
Tip revision: f786957caff0bad25a167fad200f57eefdd37cf2 authored by Wenqi Li on 20 September 2021, 20:50:51 UTC
2914 remove the deprecated API for v0.7 (#2981)
Tip revision: f786957
requirements-dev.txt
# Full requirements for developments
-r requirements-min.txt
pytorch-ignite==0.4.5
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~=0.19.0; platform_system == "Linux"
openslide-python==1.1.2
pandas
requests
einops
transformers
back to top