diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-01 18:02:38 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:29 +0100 |
| commit | 38065d81045ad4c6c7b2a4f923db17e4a8b06462 (patch) | |
| tree | 316612bcfa1dfe9a0a15d691306e9bee153a48ce /gnu/packages/python-science.scm | |
| parent | 3044e3821c5cbe54cd59ef7281fe5a099f368415 (diff) | |
gnu: python-scikit-opt: Add missing input.
* gnu/packages/python-science.scm (python-scikit-opt)[native-inputs]: Add
python-setuptools.
Change-Id: Id14e3964257e250c1ba597c6d8fe1a0410fa475f
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index ff9a796c83e..1fd1b0ba318 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -658,6 +658,7 @@ logic, also known as grey logic.") | |||
| 658 | (base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy")))) | 658 | (base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy")))) |
| 659 | (build-system pyproject-build-system) | 659 | (build-system pyproject-build-system) |
| 660 | (propagated-inputs (list python-numpy python-pytorch python-scipy)) | 660 | (propagated-inputs (list python-numpy python-pytorch python-scipy)) |
| 661 | (native-inputs (list python-setuptools)) | ||
| 661 | (home-page "https://github.com/guofei9987/scikit-opt") | 662 | (home-page "https://github.com/guofei9987/scikit-opt") |
| 662 | (synopsis "Swarm intelligence algorithms in Python") | 663 | (synopsis "Swarm intelligence algorithms in Python") |
| 663 | (description | 664 | (description |
