Goal is to fix the build on master which is currently failing py2.7 with:
ImportError: C extension: numpy.core.multiarray failed to import not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.
because the pandas wheel was compiled against a different version of numpy than we're installing.
Goal is to fix the build on master which is currently failing py2.7 with:
because the pandas wheel was compiled against a different version of numpy than we're installing.