guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

240/299: gnu: python-astroml: Add missing input.


From: guix-commits
Subject: 240/299: gnu: python-astroml: Add missing input.
Date: Mon, 13 Jan 2025 15:18:37 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit d3c386d73e501e8e67df8976dad1a3367014b012
Author: Ricardo Wurmus <rekado@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]