a | b/environment.yml | ||
---|---|---|---|
1 | # environment |
||
2 | name: myenv |
||
3 | channels: |
||
4 | - districtdatalabs |
||
5 | - simpleitk |
||
6 | - bioconda |
||
7 | - conda-forge/label/cf202003 |
||
8 | - intel |
||
9 | - sebp |
||
10 | - anaconda |
||
11 | - conda-forge |
||
12 | - defaults |
||
13 | dependencies: |
||
14 | - keras=2.3.1 |
||
15 | - jupyter=1.0.0 |
||
16 | - matplotlib=3.3.4 |
||
17 | - medpy=0.4.0 |
||
18 | - nibabel=3.2.1 |
||
19 | - numpy=1.19.2 |
||
20 | - opencv=3.3.1 |
||
21 | - pandas=1.1.3 |
||
22 | - pydicom=1.2.0 |
||
23 | - pydot=1.4.1 |
||
24 | - python=3.6.13 |
||
25 | - scikit-image=0.17.2 |
||
26 | - scikit-learn=0.23.2 |
||
27 | - scikit-survival=0.14.0 |
||
28 | - scipy=1.5.2 |
||
29 | - seaborn=0.11.1 |
||
30 | - simpleitk=2.0.2 |
||
31 | - tensorboard=2.4.0 |
||
32 | - tensorflow=2.1.0 |
||
33 | - tensorflow-gpu=2.1.0 |
||
34 | - tqdm=4.28.1 |
||
35 | - xlrd=1.2.0 |
||
36 | - zipp=3.4.1 |
||
37 | - typing |
||
38 | |||
39 | |||
40 | |||
41 | |||
42 | |||
43 | |||
44 | |||
45 |