You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEV: add numpy to travis conda to fix setup import.
The `conda-build` process imports setup.py to parse package metadata;
this runs in root environment. Since setup imports numpy, Miniconda
root must have numpy installed.
0 commit comments