123456789101112131415161718192021222324252627282930313233343536373839 |
- # Full requirements for developments
- flake8>=3.8.1
- flake8-bugbear
- flake8-comprehensions
- flake8-executable
- pylint!=2.13 # https://github.com/PyCQA/pylint/issues/5969
- mccabe
- pep8-naming
- pycodestyle
- pyflakes
- black
- isort
- pytype>=2020.6.1; platform_system != "Windows"
- types-pkg_resources
- mypy>=0.790
- pre-commit
- fire
- pytorch-ignite>=0.4.9
- einops
- nibabel
- pyyaml
- jsonschema
- gdown>=4.5.4
- tensorboard
- parameterized
- monai>=1.2.0
- pillow!=8.3.0 # https://github.com/python-pillow/Pillow/issues/5571
- itk>=5.2
- scikit-learn
- pandas
- cucim==22.8.1; platform_system == "Linux"
- scikit-image>=0.19.0
- PyGithub
-
- # nii2png.py and main.py
- opencv-python
- natsort
- pydicom
- matplotlib
|