Commit 91cd7235ce75ac460495b43b0f93fd699f807031
1 parent
7276ba47
Exists in
master
Updated conda environment.yml
Showing
1 changed file
with
8 additions
and
10 deletions
Show diff stats
environment.yml
... | ... | @@ -3,25 +3,23 @@ channels: |
3 | 3 | - bioconda |
4 | 4 | dependencies: |
5 | 5 | - python=3.7 |
6 | - - cython==0.29.22 | |
7 | - - pillow==8.1.1 | |
8 | - - wxpython==4.1.0 | |
6 | + - cython==0.29.24 | |
7 | + - pillow==8.3.2 | |
9 | 8 | - pypubsub==4.0.3 |
10 | 9 | - configparser==5.0.1 |
11 | 10 | - h5py==2.10.0 |
12 | 11 | - imageio==2.9.0 |
13 | 12 | - nibabel==3.2.1 |
14 | - - numpy==1.20.1 | |
15 | - - pooch==1.4.0 | |
13 | + - numpy==1.21.2 | |
16 | 14 | - psutil==5.8.0 |
17 | 15 | - pyserial==3.5 |
18 | - - scikit-image==0.18.1 | |
19 | - - scipy==1.6.1 | |
20 | - - vtk==9.0.1 | |
21 | - - wxpython==4.1.0 | |
16 | + - scikit-image==0.18.3 | |
17 | + - scipy==1.7.1 | |
18 | + - vtk==9.0.3 | |
19 | + - wxpython==4.1.1 | |
22 | 20 | - pip |
23 | 21 | - pip: |
24 | - - python-gdcm==3.0.8.1 | |
22 | + - python-gdcm==3.0.9.1 | |
25 | 23 | - plaidml-keras==0.7.0 |
26 | 24 | - theano==1.0.5 |
27 | 25 | - pyacvd==0.2.3 | ... | ... |