diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-09 13:53:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:39 +0100 |
commit | 7b70b2137933e42346c7914be39bdf7438c574fb (patch) | |
tree | 79a432ce7bf7398b9ad5434cdebddc7eb48f7f63 | |
parent | b752a03e8bd64b4d8348b74a86595d379dbed632 (diff) |
gnu: python-scikit-fuzzy: Add missing inputs.
* gnu/packages/python-science.scm (python-scikit-fuzzy)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Idbaf5fa622b3584f8fd348ec0783605936d3bf41
-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 cbeaea2cac..ca0e4423a3 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -573,7 +573,7 @@ and linear forms into vectors.") (list #:test-flags #~(list "--pyargs" "skfuzzy"))) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-networkx python-numpy python-scipy)) (home-page "https://github.com/scikit-fuzzy/scikit-fuzzy") |