mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-unyt: Adjust inputs.
* gnu/packages/python-science.scm (python-unyt): Shift the order of native and propagated inuts, add missing. [native-inputs]: Add python-setuptools-scm. Change-Id: Ibb1606be89743ac7d90fcafeaa75eae7ccfd756c
This commit is contained in:
parent
973f803122
commit
8f178be63f
1 changed files with 8 additions and 6 deletions
|
@ -2178,18 +2178,20 @@ annotations on an existing boxplots and barplots generated by seaborn.")
|
|||
(sha256
|
||||
(base32 "00900bw24rxgcgwgxp9xlx0l5im96r1n5hn0r3mxvbdgc3lyyq48"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; Astropy is an optional import, but we do not include it as it creates a
|
||||
;; module cycle: astronomy->python-science->astronomy.
|
||||
(propagated-inputs (list python-h5py ; optional import
|
||||
python-matplotlib ; optional import
|
||||
python-numpy
|
||||
python-sympy))
|
||||
;; Pint is optional, but we do not propagate it due to its size.
|
||||
(native-inputs
|
||||
(list python-pint
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
;; Astropy is an optional import, but we do not include it as it creates a
|
||||
;; module cycle: astronomy->python-science->astronomy.
|
||||
(propagated-inputs
|
||||
(list python-h5py ; optional import
|
||||
python-matplotlib ; optional import
|
||||
python-numpy
|
||||
python-sympy))
|
||||
(home-page "https://unyt.readthedocs.io")
|
||||
(synopsis "Library for working with data that has physical units")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue