mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: python-pyro-ppl: Add missing inputs.
* gnu/packages/machine-learning.scm (python-pyro-ppl)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If128e0f46834badb30cb4b3980e958043c37abc7
This commit is contained in:
parent
52a58d6033
commit
18a4c40e5c
1 changed files with 1 additions and 0 deletions
|
@ -5748,6 +5748,7 @@ (define-public python-pyro-ppl
|
||||||
python-pyro-api
|
python-pyro-api
|
||||||
python-pytorch
|
python-pytorch
|
||||||
python-tqdm))
|
python-tqdm))
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://pyro.ai")
|
(home-page "https://pyro.ai")
|
||||||
(synopsis "Python library for probabilistic modeling and inference")
|
(synopsis "Python library for probabilistic modeling and inference")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue