diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-09 15:39:37 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:39 +0100 |
| commit | c43c0d06e3de8b8918283517591fdc470d62ddc2 (patch) | |
| tree | 3abf1c5ef6c42b6200840e042d406e59434d8eab /gnu/packages/python-science.scm | |
| parent | f874d80a367486706e24d92cbf5ba087f6bd7a26 (diff) | |
gnu: python-cvxpy: Add missing input.
* gnu/packages/python-science.scm (python-cvxpy)[native-inputs]: Add
python-wheel.
Change-Id: I66f4f504a0a4101abc845b7b7d0a0fccbd6b91b9
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 9193cc154ce..8ab43f5bd8d 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -195,7 +195,7 @@ maintainability.") | |||
| 195 | python-osqp | 195 | python-osqp |
| 196 | python-scipy | 196 | python-scipy |
| 197 | python-scs)) | 197 | python-scs)) |
| 198 | (native-inputs (list python-pytest python-setuptools)) | 198 | (native-inputs (list python-pytest python-setuptools python-wheel)) |
| 199 | (home-page "https://github.com/cvxpy/cvxpy") | 199 | (home-page "https://github.com/cvxpy/cvxpy") |
| 200 | (synopsis "DSL for modeling convex optimization problems") | 200 | (synopsis "DSL for modeling convex optimization problems") |
| 201 | (description | 201 | (description |
