quantopian / empyrical

Common financial risk and performance metrics. Used by zipline and pyfolio.
https://quantopian.github.io/empyrical
Apache License 2.0
1.31k stars 406 forks source link

Travis pandas numpy wheels #67

Closed richafrank closed 6 years ago

richafrank commented 6 years ago

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.

twiecki commented 6 years ago

LGTM, thanks @richafrank!

richafrank commented 6 years ago

@twiecki My changes to the build matrix ok with you?

twiecki commented 6 years ago

Yes!