mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: python-astroml: Add missing input.
* gnu/packages/astronomy.scm (python-astroml)[native-inputs]: Add python-wheel. Change-Id: I7ed0b1e2819c0838f5ef28222e37c8d48ffcce19
This commit is contained in:
parent
5521432afb
commit
f09dc90596
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue