Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Pin anaconda-client build dependency #132

Merged
merged 1 commit into from
May 21, 2021
Merged

Conversation

janaknat
Copy link
Contributor

Pin the anaconda-client commit hash used for Travis pip installs to avoid a problematic dependency addition to requirements.txt.

See: MacPython/scipy-wheels#116 for more details.

pin the anaconda-client commit hash used for Travis pip installs to avoid
a problematic dependency addition to requirements.txt
@janaknat
Copy link
Contributor Author

@TomAugspurger @jreback This fixes the upload issue for python 3.8 and python 3.9 aarch64 wheels.

@janaknat
Copy link
Contributor Author

@simonjayhawkins Any thoughts on this PR?

@AWSjswinney
Copy link

This change would be really helpful. Thanks for working on this!

@jreback
Copy link
Contributor

jreback commented May 21, 2021

is this not a released version? if not why not

@janaknat
Copy link
Contributor Author

janaknat commented May 21, 2021

@jreback The python 3.8 and 3.9 arm64 wheel builds fail in the upload step because of an issue with anaconda client. This Travis-CI config is very similar to scipy and they also had the same issue. This PR fixes the problem and should allow for aarch64 python 3.8 and python 3.9 releases.

The issue started because of a change in the requirements.txt of a wheel anaconda-client uses. MacPython/scipy-wheels#116 shows how the scipy project dealt with it.

@jreback
Copy link
Contributor

jreback commented May 21, 2021

ok

@jreback jreback merged commit de2a1d1 into MacPython:master May 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants