rekado pushed a commit to branch master
in repository guix.

commit 5867756180413f43b9d8ebfc5ab4a35568e4cfef
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Jan 12 21:51:15 2025 +0100

    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
---
 gnu/packages/machine-learning.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 2e62ba3aa2..42d2e6092b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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

Reply via email to