[11:09:27] <ionelmc> how should this be fixed https://github.com/scikit-learn/scikit-learn/blob/master/setup.py#L144-L148 ?
[11:09:48] <ionelmc> it imports stuff from numpy but that might not be available at the time setup.py in run
[11:48:47] <agronholm> I wonder what makes numpy/scipy so special that they need their special setup thing
[12:17:24] <Ivo> ionelmc: it doesn't, scipy people specifically leave it broke like that
[12:18:35] <Ivo> his is a problem that numpy should work towards solving as well, then. I imagine that the new wheel format that's gaining traction should solve a lot of issues with binaries.