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

Cap cvxpy version to avoid CI failures #1318

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

mtreinish
Copy link
Member

Summary

cvxpy 1.15.0 was recently released [1][2] and it has started causing CI
failures in the noise transformer tests. It fails with an error:
"The objective is not DCP. Its following subexpressions are not:"
(and then lists all the subexpressions which it doesn't like). To
unblock CI this commit caps the cvxpy version we run in CI until this
can be fixed either upstream in cvxpy or in the noise transformer.

Details and comments

[1] https://pypi.org/project/cvxpy/1.1.15/
[2] https://github.com/cvxpy/cvxpy/releases/tag/v1.1.15

cvxpy 1.15.0 was recently released [1][2] and it has started causing CI
failures in the noise transformer tests. It fails with an error:
"The objective is not DCP. Its following subexpressions are not:"
(and then lists all the subexpressions which it doesn't like). To
unblock CI this commit caps the cvxpy version we run in CI until this
can be fixed either upstream in cvxpy or in the noise transformer.

[1] https://pypi.org/project/cvxpy/1.1.15/
[2] https://github.com/cvxpy/cvxpy/releases/tag/v1.1.15
@chriseclectic chriseclectic merged commit 2ac485c into Qiskit:main Aug 17, 2021
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