qcqp
qcqp copied to clipboard
qcqp requires un-supported version of CVXPY
qcqp currently requires a version below CVXPY=1.0, that version (CVXPY=0.4.11) is not usable as it tries to import deprecated functions from numpy.
I tried forcing qcqp to use CVXPY=1.0.25, but this error occurs:
ImportError: cannot import name 'Pnorm' from 'cvxpy.atoms.pnorm'
I think qcqp needs to be updated to use the newest version of CVXPY.