DerThorsten / nifty

A nifty library for graph based image segmentation.
MIT License
41 stars 21 forks source link

use specific numpy version #115

Closed k-dominik closed 6 years ago

k-dominik commented 6 years ago

In contrast to a comment in one of the older versions of meta.yaml that suggested that "Numpy version is not constrained, thanks to pybind11 magic", I found that you

  1. need numpy at build time, and
  2. it only works at the moment as one of the dependent packages has numpy as a dependency.

The build will then be numpy API specific.

with this fix, you'll need to specify the numpy version with --numpy=1.xx in conda build.