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:
Ricardo Wurmus 2025-01-12 21:51:15 +01:00
parent 52a58d6033
commit 18a4c40e5c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5748,6 +5748,7 @@ (define-public python-pyro-ppl
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