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

Add scipy constraint on setup.py #772

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

atilag
Copy link
Member

@atilag atilag commented Jun 1, 2020

Summary

Scipy has dropped support for python 3.5 in their new release: 1.5.0, so we have
to tell setuptools to not try installing this version when building for Python 3.5

Details and comments

https://github.com/scipy/scipy/releases/tag/v1.5.0rc1
Saw the problem here:
https://dev.azure.com/qiskit-ci/qiskit-aer/_build/results?buildId=14320&view=logs&j=e75d9aed-3891-5f4d-4db6-188bb674529f&t=25841d21-5fa7-5cd2-f4f9-be64287d296a&l=1412

Scipy has dropped support for python 3.5 in their new release: 1.5.0, so we have
to tell setuptools to not try installing this version when building for Python 3.5
@chriseclectic chriseclectic merged commit b2a8f05 into Qiskit:master Jun 1, 2020
@atilag atilag deleted the fix-scipy-py35 branch June 1, 2020 14:23
chriseclectic pushed a commit to chriseclectic/qiskit-aer that referenced this pull request Jun 1, 2020
Scipy has dropped support for python 3.5 in their new release: 1.5.0, so we have
to tell setuptools to not try installing this version when building for Python 3.5
chriseclectic pushed a commit to chriseclectic/qiskit-aer that referenced this pull request Jun 1, 2020
Scipy has dropped support for python 3.5 in their new release: 1.5.0, so we have
to tell setuptools to not try installing this version when building for Python 3.5
chriseclectic pushed a commit to chriseclectic/qiskit-aer that referenced this pull request Jun 1, 2020
Scipy has dropped support for python 3.5 in their new release: 1.5.0, so we have
to tell setuptools to not try installing this version when building for Python 3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants