Closed
Description
We have trouble combining pandas with buildout. It looks like pandas depends on numpy during the setup phase, but it doesn't it declare the setup_requires
(ref) directive in setup.py. Any reason why this feature remains unused, or shall I submit a pull request? Because I see the matplotlib and numexpr don't use it as well.