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

Remove cvxpy cap and exclude broken version #791

Closed
wants to merge 1 commit into from

Conversation

mtreinish
Copy link
Member

Summary

It looks like cvxpy 1.1.0 was just released with a regression which
caused the test failures. A day after 1.1.0 was released and #780 was
merged in aer to cap cvxpy 1.1.1 was pushed out without any issues
or PRs opened or without any release notes published. Looking at the git
log there was 1 commit on top of 1.1.0 for the 1.1.1 release [1] which
looks releated to the error message we were seeing with 1.1.0. This
commit removes the version cap to try (and changes it to exclude 1.1.0
only) to see if 1.1.1 fixes our problem.

Details and comments

Potentially Fixes #779

[1] cvxgrp/cvxpy@1ea3d67

It looks like cvxpy 1.1.0 was just released with a regression which
caused the test failures. A day after 1.1.0 was released and Qiskit#780 was
merged in aer to cap cvxpy 1.1.1 was pushed out without any issues
or PRs opened or without any release notes published. Looking at the git
log there was 1 commit on top of 1.1.0 for the 1.1.1 release [1] which
looks releated to the error message we were seeing with 1.1.0. This
commit removes the version cap to try (and changes it to exclude 1.1.0
only) to see if 1.1.1 fixes our problem.

Potentially Fixes Qiskit#779

[1] cvxgrp/cvxpy@1ea3d67
@mtreinish
Copy link
Member Author

@mtreinish mtreinish closed this Jun 11, 2020
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.

Noise transformation fails with the latest cvxpy version
1 participant