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

Issues installing cvxpy dependency. #19

Open
allemangD opened this issue Jan 10, 2022 · 0 comments
Open

Issues installing cvxpy dependency. #19

allemangD opened this issue Jan 10, 2022 · 0 comments

Comments

@allemangD
Copy link
Contributor

Since cvxpy requires development tools be installed on the target machine, it is unsuitable for use in SlicerDWD. It's likely possible to build cvxpy in a superbuild for this module, however after spending some time researching this I've found it will be easier to simply use the existing GenDWD classifier as it does not depend on cvxpy.

See related discussion in https://github.com/slicersalt/dwd/issue/1.

To enable this I've integrated slicersalt/dwd#6, which makes cvxpy an optional dependency (installable via pip install dwd[socp]) and disables the DWD conic solver if it is not installed.


Remaining work is to upgrade dwd to 1.0.5 in SlicerDWD, and port to the GenDWD classifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant