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
This commit is contained in:
Sharlatan Hellseher 2025-08-20 13:05:25 +01:00
parent 181270ab9f
commit 83fe58d4b3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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