a b/environment.yml
1
name: env_rocaseg
2
channels:
3
- pytorch
4
- simpleitk
5
- defaults
6
- conda-forge
7
dependencies:
8
- python=3.7.3
9
- pip=19.1.1
10
- joblib
11
- cython
12
- numpy
13
- scipy
14
- pandas=0.23.4
15
- scikit-image=0.15.0
16
- pywavelets
17
- scikit-learn
18
- matplotlib
19
- seaborn
20
- opencv
21
- jupyter
22
- xlrd
23
- pytorch=1.2.0
24
- torchvision=0.4.0
25
# - cudatoolkit=10.0
26
- simpleitk
27
- pip:
28
  - pydicom==1.2.2
29
  - dicom2nifti==2.1.5
30
  - tifffile
31
  - sas7bdat
32
  - nibabel
33
  - tqdm
34
  - click
35
  - tensorboard>=1.14.0
36
  - tensorflow>=1.14.0