diff options
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 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") |