gnu: python-unyt: Fix version detection.
* gnu/packages/python-science.scm (python-unyt): Fix version detection. [native-inputs]: Add python-setuptools-scm. Change-Id: I96e7d2530b15299a39911bebf62b76a9191ea91b Signed-off-by: Andrew Tropin <andrew@trop.in>master
parent
a7431e37c9
commit
f97c836c97
|
@ -1863,7 +1863,7 @@ annotations on an existing boxplots and barplots generated by seaborn.")
|
||||||
python-numpy
|
python-numpy
|
||||||
python-sympy))
|
python-sympy))
|
||||||
;; Pint is optional, but we do not propagate it due to its size.
|
;; Pint is optional, but we do not propagate it due to its size.
|
||||||
(native-inputs (list python-pint python-pytest))
|
(native-inputs (list python-pint python-pytest python-setuptools-scm))
|
||||||
(home-page "https://unyt.readthedocs.io")
|
(home-page "https://unyt.readthedocs.io")
|
||||||
(synopsis "Library for working with data that has physical units")
|
(synopsis "Library for working with data that has physical units")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue