Skip to content

BLD: install build deps when building #11127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2015
Merged

BLD: install build deps when building #11127

merged 1 commit into from
Sep 16, 2015

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Sep 16, 2015

closes #11122

dependency resolution in the pandas channel is a bit challenging as the current script tries to install all deps up front before building. But statsmodels requires pandas, so a current version is installed (e.g. the rc), and several of the deps are changed.

So fixed, but installing only the build deps, compiling, then install in the run deps.

@jreback jreback added the CI Continuous Integration label Sep 16, 2015
@jreback jreback added this to the 0.17.0 milestone Sep 16, 2015
@jreback jreback force-pushed the ci branch 5 times, most recently from 72c0a30 to ace6aac Compare September 16, 2015 21:32
install run deps after building from source
jreback added a commit that referenced this pull request Sep 16, 2015
BLD: install build deps when building
@jreback jreback merged commit 2102b68 into pandas-dev:master Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLD: Import error during python 2.7 builds on travis
1 participant