~ruther/guix-local

5867756180413f43b9d8ebfc5ab4a35568e4cfef — Ricardo Wurmus 1 year, 3 months ago 18e0047
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +1 -0
@@ 5748,6 5748,7 @@ and Numpy.")
           python-pyro-api
           python-pytorch
           python-tqdm))
    (native-inputs (list python-setuptools python-wheel))
    (home-page "https://pyro.ai")
    (synopsis "Python library for probabilistic modeling and inference")
    (description