Commit d0d3a69b85344a3d1e113f696194c13ae94704d5

Authored by Victor Hugo Souza
1 parent 1783be82
Exists in master

ADD: Anaconda YML environment file

Showing 1 changed file with 30 additions and 0 deletions   Show diff stats
environment.yml 0 → 100644
... ... @@ -0,0 +1,30 @@
  1 +channels:
  2 + - conda-forge
  3 + - bioconda
  4 +dependencies:
  5 + - python=3.7
  6 + - cython==0.29.22
  7 + - pillow==8.1.1
  8 + - wxpython==4.1.0
  9 + - pypubsub==4.0.3
  10 + - configparser==5.0.1
  11 + - h5py==2.10.0
  12 + - imageio==2.9.0
  13 + - nibabel==3.2.1
  14 + - numpy==1.20.1
  15 + - psutil==5.8.0
  16 + - pyserial==3.5
  17 + - scikit-image==0.18.1
  18 + - scipy==1.6.1
  19 + - vtk==9.0.1
  20 + - wxpython==4.1.0
  21 + - pip
  22 + - pip:
  23 + - python-gdcm==3.0.8.1
  24 + - plaidml-keras==0.7.0
  25 + - theano==1.0.5
  26 + - pyacvd==0.2.3
  27 + - pyclaron
  28 + - polhemusFT
  29 + - polhemus
  30 + - pypolaris
... ...