[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/17: gnu: python-gpytorch: Update to 1.12.
From: |
guix-commits |
Subject: |
16/17: gnu: python-gpytorch: Update to 1.12. |
Date: |
Fri, 5 Jul 2024 22:09:18 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit f336eb30b16970a137972978176588587ea6874e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Jul 1 13:31:09 2024 -0300
gnu: python-gpytorch: Update to 1.12.
* gnu/packages/machine-learning.scm (python-gpytorch): Update to 1.12.
[arguments]: Enable previously failing test.
[propagated-inputs]: Add python-mpmath, python-scipy.
Change-Id: I50b9787b2abee2438adaf486d842f4af0d32d162
---
gnu/packages/machine-learning.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 4ba77c946c..e24c55c666 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5579,22 +5579,22 @@ linear algebra routines needed for structured matrices
(or operators).")
(define-public python-gpytorch
(package
(name "python-gpytorch")
- (version "1.11")
+ (version "1.12")
(source (origin
(method url-fetch)
(uri (pypi-uri "gpytorch" version))
(sha256
(base32
- "0q17bml53vixk3cwj3p893809927hz81fprwsmxpxqv5i4mvgyvj"))))
+ "1pwsccll1hrgkifdmlxzcn6cvnwvyq2cimqzbfgihr13yw51cb6w"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags
- ;; The error message in test_t_matmul_matrix suggests the error may
- ;; be due to a bug in gpytorch. test_deprecated_methods fails with
- ;; an AssertionError.
- #~(list "-k" (string-append "not test_deprecated_methods"
- " and not test_t_matmul_matrix"))))
- (propagated-inputs (list python-linear-operator python-scikit-learn))
+ ;; test_deprecated_methods fails with an AssertionError.
+ #~(list "-k" (string-append "not test_deprecated_methods"))))
+ (propagated-inputs (list python-linear-operator
+ python-mpmath
+ python-scikit-learn
+ python-scipy))
(native-inputs (list python-coverage
python-flake8
python-flake8-print
- 11/17: gnu: python-scikit-optimize: Update to 0.10.2., (continued)
- 11/17: gnu: python-scikit-optimize: Update to 0.10.2., guix-commits, 2024/07/05
- 12/17: gnu: openshadinglanguage: Update to 1.13.10.0., guix-commits, 2024/07/05
- 15/17: gnu: python-scikit-rf: Update to 1.1.0., guix-commits, 2024/07/05
- 17/17: gnu: python-cma: Update to 3.4.0., guix-commits, 2024/07/05
- 02/17: gnu: gmic: Update to 3.4.0., guix-commits, 2024/07/05
- 03/17: gnu: quantlib: Update to 1.34., guix-commits, 2024/07/05
- 06/17: gnu: python-deepxde: Update to 1.11.1., guix-commits, 2024/07/05
- 05/17: gnu: symengine: Update to 0.12.0., guix-commits, 2024/07/05
- 08/17: gnu: python-mapie: Update to 0.8.6., guix-commits, 2024/07/05
- 09/17: gnu: ansible-core: Update to 2.17.1., guix-commits, 2024/07/05
- 16/17: gnu: python-gpytorch: Update to 1.12.,
guix-commits <=
- 14/17: gnu: ffmpeg-normalize: Update to 1.28.2., guix-commits, 2024/07/05
- 13/17: gnu: python-cartopy: Update to 0.23.0., guix-commits, 2024/07/05