forked from qiskit-community/qiskit-aqua
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cvxopt and use cvxpy instead (qiskit-community#1035)
* Remove cvxopt and use cvxpy instead This commit removes the usage of cvxopt from aqua. It was supposed to be removed as part of the 0.7 release since some users have issue installing it, and other users aren't allowed to have GPL code installed in their environment. However, cvxopt is still used for the quadratic program solver utility. cvxopt is not needed to solve a quadratic program and other elements are already doing this with cvxpy which doesn't have the same issues [1][2]. This commit migrates the cvxopt usage to cvxpy to be consistent with the rest of qiskit. [1] Qiskit/qiskit-aer@e41d868 [2] qiskit-community/qiskit-ignis@42cbbf8 * fix lint, unit tests * remove cvxopt from travis Co-authored-by: Manoel Marques <manoel@us.ibm.com> (cherry picked from commit b79f835) Conflicts: .travis.yml test/aqua/test_qsvm.py
- Loading branch information
Showing
4 changed files
with
20 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters