guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 83fe58d4b3c39a630570ca8e7d8b30e2268ba792
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Aug 20 13:05:25 2025 +0100

    gnu: python-funsor: Reduce closure size.
    
    * gnu/packages/machine-learning.scm (python-funsor)
    [native-inputs]: Remove python-black, python-flake8, python-isort,
    python-nbsphinx, python-pytest-xdist, python-setuptools, python-sphinx,
    python-sphinx-gallery, python-sphinx-rtd-theme, and python-wheel; add
    python-setuptools-next.
    
    Change-Id: Ic1485a1b606bb5924e367b7bef606c7cf93b9f14
---
 gnu/packages/machine-learning.scm | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index ed3ec4da34..74a3b45175 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -277,6 +277,7 @@ CTranslate2, which is a inference engine for transformer 
models.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 7636 passed, 3859 skipped, 2 deselected, 69 xfailed, 2 xpassed
       #:test-flags
       '(list "-k"
              (string-append
@@ -288,23 +289,14 @@ CTranslate2, which is a inference engine for transformer 
models.")
     (propagated-inputs (list python-makefun python-multipledispatch
                              python-numpy python-opt-einsum
                              python-typing-extensions))
-    (native-inputs (list python-black
-                         python-flake8
-                         python-isort
-                         python-nbsphinx
-                         python-pandas
+    (native-inputs (list python-pandas
                          python-pillow
                          python-pyro-api
                          python-pytest
-                         python-pytest-xdist
                          python-requests
                          python-scipy
-                         python-setuptools
-                         python-sphinx
-                         python-sphinx-gallery
-                         python-sphinx-rtd-theme
-                         python-torchvision
-                         python-wheel))
+                         python-setuptools-next
+                         python-torchvision))
     (home-page "https://github.com/pyro-ppl/funsor";)
     (synopsis "Tensor-like library for functions and distributions")
     (description

Reply via email to