Skip to content
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

use pip for py35-min numpy/pandas #748

Merged
merged 3 commits into from
Jul 9, 2019
Merged

Conversation

wholmgren
Copy link
Member

The py35-min builds are failing because the pinned numpy/pandas builds are no longer available on the defaults conda channel. I think it's because Anaconda recently cleaned up their package repositories and removed some old package combinations, including the numpy/pandas builds in that test environment. See here for more info on their cleanup.

This PR gets the builds working again by switching the numpy/pandas installations from conda to pip.

@wholmgren wholmgren added this to the 0.7.0 milestone Jul 9, 2019
@wholmgren
Copy link
Member Author

Forgot to add that the minimum numpy and pandas versions are slightly increased. There was a weird installation incompatibility on linux with numpy 1.10.0 and pandas 0.18.0. It went away when switching to the highest bug patch versions of each of those releases series, so that's my recommendation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants