Skip to content

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