-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
BuildLibrary building on various platformsLibrary building on various platforms
Milestone
Description
xref #16715 (comment)
I can reproduce what was reported in the other issue: in a clean env, first installing python -m pip install numpy==1.11.2
and then python -m pip install pandas
(0.21.0) results in a broken install, while in principle our wheels should be build against the oldest supported numpy version and this should thus work.
From a quick glance it however seems that the python 2.7 wheels are still build with numpy 1.7: https://github.com/MacPython/pandas-wheels/blob/master/.travis.yml
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platforms