-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
cc @jbrockmendel. |
Seems like daily has been failing for a while: https://travis-ci.org/MacPython/pandas-wheels/builds/587339414. Haven't had a chance to look closely. |
Taking a closer look now. Will ping you if needed @jbrockmendel. |
https://travis-ci.org/MacPython/pandas-wheels/builds/597816689?utm_source=github_status&utm_medium=notification got the right numpy. Failed installing CFFI. I'm not sure which test-dep brought that in. b3ed55f removes a few now-unnecessary dependencies. |
https://travis-ci.org/MacPython/pandas-wheels/jobs/597826930 passed on 3.8 with a few warnings
Merging on green. |
Looks like the 3.5 build is errorring out early:
|
Hopefully fixed by the other PR. Will pull it in to see. |
It looks like the failing build uses OSX 10.6 (Snow Leopard) which was released in 2009. We'd probably be OK bumping that if it turns out to be the problem |
* install latest pip, add setuptools_scm to BUILD_DEPENDS * remove comments * pre-install setuptools_scm only for mac 3.5 build (cherry picked from commit 1508d26)
This is against daily.
Will also need one for master.