mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pods: Fix build.
* gnu/packages/python-science.scm (python-pods): Fix build. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I758d7a45e8e7baf436abe3c0b2ad92241c0bab48
This commit is contained in:
parent
12b81c3ba5
commit
91cd3bc17f
1 changed files with 1 additions and 0 deletions
|
@ -3431,6 +3431,7 @@ machine learning algorithms based on GPs.")
|
|||
(arguments (list #:tests? #f)) ;no test suite
|
||||
(propagated-inputs (list python-pandas python-pyyaml python-scipy
|
||||
python-tables))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/lawrennd/ods")
|
||||
(synopsis "Python software for Open Data Science")
|
||||
(description "This package provides utilities and tools for open data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue