diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-08-27 16:14:35 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-09-03 20:35:44 +0200 |
| commit | ae873c2ac93b216477bf5d50584dfdee3133cd42 (patch) | |
| tree | 339625b262e66e4daedb2315c11a0a9daa0eacf4 /gnu/packages/machine-learning.scm | |
| parent | 4fbaa2ff0688f5e51467ef0b2be6712c41253903 (diff) | |
gnu: python-botorch: Update to 0.15.1.
* gnu/packages/machine-learning.scm (python-botorch): Update to 0.15.1.
Change-Id: I67b874c59ca2f67b41491ea514854da07eddfcfb
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
Diffstat (limited to 'gnu/packages/machine-learning.scm')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 718b8172edf..9bc1403f9fd 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -6434,7 +6434,7 @@ linear algebra routines needed for structured matrices (or operators).") (define-public python-botorch (package (name "python-botorch") - (version "0.14.0") + (version "0.15.1") (source (origin (method git-fetch) ;no tests in PyPI (uri (git-reference @@ -6443,10 +6443,17 @@ linear algebra routines needed for structured matrices (or operators).") (file-name (git-file-name name version)) (sha256 (base32 - "1hgjjzdqcs8y0z20vkdzzpbm0nvnxmrav4mfvbpp0gny8pk64913")))) + "1c6p5h5gypiyj59820q2w3k7rx715r3vxxcr5mnwdjbhi4l2q47a")))) (build-system pyproject-build-system) (arguments - (list #:test-flags #~(list "-k" "not test_all_cases_covered") + ;; 7 failed, 1502 passed, 1 skipped, 1 deselected, 807 warnings + (list #:test-flags #~(list "-k" + (string-append + "not test_all_cases_covered" + " and not test_input_constructors" + " and not test_gen" + " and not test_mock" + " and not test_evaluation")) #:phases #~(modify-phases %standard-phases (add-before 'build 'pretend-version |
