diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-24 22:19:13 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:02 +0100 |
| commit | 90fd44072dbf02310ddfdddd4b3a521aadc98178 (patch) | |
| tree | 2eed28714d17c751d740a595dd53ac58fe53c601 /gnu/packages/python-science.scm | |
| parent | 065a4861d531297f7df222589bd2b5548a53f1c1 (diff) | |
gnu: python-scikit-opt: Fix tests.
* gnu/packages/python-science.scm (python-scikit-opt)[native-inputs]:
Add python-pytest.
Change-Id: I55b2659c9b897ed170c12c9407d9828f469393c6
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 41efaeecc0..c9d75c202b 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2897,8 +2897,13 @@ and scientific computing.") (sha256 (base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy")))) (build-system pyproject-build-system) - (propagated-inputs (list python-numpy python-pytorch python-scipy)) - (native-inputs (list python-setuptools)) + (native-inputs + (list python-pytest + python-setuptools)) + (propagated-inputs + (list python-numpy + python-pytorch + python-scipy)) (home-page "https://github.com/guofei9987/scikit-opt") (synopsis "Swarm intelligence algorithms in Python") (description |
