diff options
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index dc620b13a1..9b314c3773 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2049,7 +2049,7 @@ and fast file reading.") ;; Remove dataset with unclear license. (lambda _ (delete-file "vega_datasets/_data/la-riots.csv")))))) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-pandas)) (home-page "https://github.com/altair-viz/vega_datasets") (synopsis "Example datasets used by Vega-related projects") @@ -2082,6 +2082,7 @@ and Vega-Lite examples.") python-jsonschema python-numpy python-pandas + python-setuptools python-toolz python-typing-extensions)) (native-inputs (list python-black @@ -2115,7 +2116,8 @@ and Vega-Lite examples.") (lambda _ ;; Cython extensions have to be built before running the tests. (invoke "python" "setup.py" "build_ext" "--inplace")))))) - (propagated-inputs (list python-cython python-numpy)) + (propagated-inputs (list python-cython python-numpy python-setuptools + python-wheel)) (native-inputs (list python-nose)) (home-page "http://github.com/daleroberts/hdmedians") (synopsis "High-dimensional medians") @@ -2165,7 +2167,9 @@ machine learning, computer vision, and high-dimensional statistics.") python-scipy python-typing-extensions python-xarray - python-xarray-einstats)) + python-xarray-einstats + python-setuptools + python-wheel)) (home-page "https://github.com/arviz-devs/arviz") (synopsis "Exploratory analysis of Bayesian models") (description @@ -2307,7 +2311,9 @@ building design matrices.") python-pytest python-pytest-randomly python-pytest-xdist - python-setuptools-scm)) + python-setuptools-scm + python-setuptools + python-wheel)) (home-page "https://statsmodels.sourceforge.net/") (synopsis "Statistical modeling and econometrics in Python") (description |