mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gpytorch: Remove uneeded inputs.
* gnu/packages/machine-learning.scm (python-gpytorch): Remove uneeded inputs. [arguments]{test-flags}: Ignore costly examples tests. [native-inputs]: Remove python-coverage, python-flake8, python-flake8-print, python-twine. Change-Id: Id3b9537d9f3306cc4a8e0eed19aabd5732854813 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c326653ea5
commit
fd9b448bed
1 changed files with 5 additions and 7 deletions
|
@ -6651,18 +6651,16 @@ linear algebra routines needed for structured matrices (or operators).")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-flags
|
(list #:test-flags
|
||||||
;; test_deprecated_methods fails with an AssertionError.
|
;; test_deprecated_methods fails with an AssertionError.
|
||||||
#~(list "-k" (string-append "not test_deprecated_methods"))))
|
#~(list "-k" (string-append "not test_deprecated_methods")
|
||||||
|
;; Ignore lenghty tests of little relevance.
|
||||||
|
"--ignore=test/examples/")))
|
||||||
(propagated-inputs (list python-linear-operator
|
(propagated-inputs (list python-linear-operator
|
||||||
python-mpmath
|
python-mpmath
|
||||||
python-scikit-learn
|
python-scikit-learn
|
||||||
python-scipy))
|
python-scipy))
|
||||||
(native-inputs (list python-coverage
|
(native-inputs (list python-nbval
|
||||||
python-flake8
|
|
||||||
python-flake8-print
|
|
||||||
python-nbval
|
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-twine))
|
|
||||||
(home-page "https://gpytorch.ai")
|
(home-page "https://gpytorch.ai")
|
||||||
(synopsis "Implementation of Gaussian Processes in PyTorch")
|
(synopsis "Implementation of Gaussian Processes in PyTorch")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue