rekado pushed a commit to branch python-team in repository guix. commit 0a520774612279438c024746946cc116edddf4c7 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Sat Jan 11 11:01:51 2025 +0100
gnu: python-astroml: Add missing input. * gnu/packages/astronomy.scm (python-astroml)[native-inputs]: Add python-wheel. Change-Id: I7ed0b1e2819c0838f5ef28222e37c8d48ffcce19 --- gnu/packages/astronomy.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c130a0047e..00ca6325f5 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1906,7 +1906,8 @@ simulated Astronomical data in Python.") (propagated-inputs (list python-astropy python-matplotlib python-numpy python-scikit-learn python-scipy)) (native-inputs (list python-pytest-astropy-header python-pytest-cov - python-pytest-doctestplus python-pytest-remotedata)) + python-pytest-doctestplus python-pytest-remotedata + python-wheel)) (home-page "https://astroml.org") (synopsis "Tools for machine learning and data mining in astronomy") (description "This package provides tools for machine learning and data