mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
181270ab9f
commit
83fe58d4b3
1 changed files with 4 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue