loli / medpy

Medical image processing in Python
http://loli.github.io/medpy/
GNU General Public License v3.0
559 stars 136 forks source link

Conda recipe with graphcut support #96

Closed PertuyF closed 4 years ago

PertuyF commented 4 years ago

Hi there,

Thank you for the work done with medpy! I'm trying to update bioconda's recipe in order to support graphcut extension. Please have a look to this PR for more information. Testing would be appreciated at some point.

PertuyF commented 4 years ago

@loli bioconda is now building medpy 0.4.0 with graphcut support. Make sure to install last build number until there is a version change (conda install medpy=*=py3*), by default (conda install medpy) you will get the old package without graphcut.

loli commented 4 years ago

Splendid, thank you!