forked from Project-MONAI/MONAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment-dev.yml
67 lines (67 loc) · 1.42 KB
/
environment-dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: monai
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- numpy>=1.17
- pytorch>=1.6
- coverage>=5.5
- parameterized
- setuptools>=50.3.0,!=60.0.0
- ignite==0.4.8
- gdown>=4.4.0
- scipy
- nibabel
- pillow!=8.3.0 # https://github.com/python-pillow/Pillow/issues/5571
- tensorboard
- scikit-image>=0.14.2
- tqdm>=4.47.0
- python-lmdb
- flake8>=3.8.1
- flake8-bugbear
- flake8-comprehensions
- pylint
- mccabe
- pep8-naming
- pycodestyle
- pyflakes
- isort
- types-pkg_resources
- ninja
- torchvision
- psutil
- Sphinx==3.5.3
- recommonmark==0.6.0
- sphinx-autodoc-typehints==1.11.1
- sphinx_rtd_theme==0.5.2
- pandas
- requests
- einops
- transformers<4.22 # https://github.com/Project-MONAI/MONAI/issues/5157
- mlflow
- tensorboardX
- pyyaml
- fire
- jsonschema
- pynrrd
- pydicom
- h5py
- optuna
- pip
- pip:
# pip for itk as conda-forge version only up to v5.1
- itk>=5.2
# black currently at v19 on conda vs v21 on pip
- black
# conda mypy v. slow
- mypy>=0.790
# OS-specific needs to be done via pip:
# https://github.com/conda/conda/issues/8089
- pytype>=2020.6.1; platform_system != "Windows"
- openslide-python==1.1.2
- cucim>=22.8.1; platform_system == "Linux"
- imagecodecs; platform_system == "Linux"
- tifffile; platform_system == "Linux"
- matplotlib!=3.5.0
- nni