mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cvxpy: Add missing input.
* gnu/packages/python-science.scm (python-cvxpy)[native-inputs]: Add python-wheel. Change-Id: I66f4f504a0a4101abc845b7b7d0a0fccbd6b91b9
This commit is contained in:
parent
f874d80a36
commit
c43c0d06e3
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ maintainability.")
|
|||
python-osqp
|
||||
python-scipy
|
||||
python-scs))
|
||||
(native-inputs (list python-pytest python-setuptools))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/cvxpy/cvxpy")
|
||||
(synopsis "DSL for modeling convex optimization problems")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue