aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-04-04 21:16:52 +0200
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:28 +0200
commit984a35fbdec5e83d96455e4e0d480f18aa664791 (patch)
treea78334882a07d4ee819aed4739c56c5704a26f42
parent81265ddfa76c44a53fba528f0e861a1a541e0329 (diff)
downloadguix-984a35fbdec5e83d96455e4e0d480f18aa664791.tar.gz
guix-984a35fbdec5e83d96455e4e0d480f18aa664791.zip
gnu: python-botorch: Update to 0.13.0.
* gnu/packages/machine-learning.scm (python-botorch): Update to 0.13.0. [native-inputs]: Add python-pyre-extensions. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/machine-learning.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index ad17bae7c8..8a1b31b51e 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -6677,7 +6677,7 @@ linear algebra routines needed for structured matrices (or operators).")
(define-public python-botorch
(package
(name "python-botorch")
- (version "0.11.3")
+ (version "0.13.0")
(source (origin
(method git-fetch) ;no tests in PyPI
(uri (git-reference
@@ -6686,7 +6686,7 @@ linear algebra routines needed for structured matrices (or operators).")
(file-name (git-file-name name version))
(sha256
(base32
- "0nf9zrg1khvckb8kdpffqc3bnlhc0x03jd1560qmjamwl3j59m02"))))
+ "1sxgxdq892vg5xj30kb86003b9rwsipc95c7p1zdv865y4f38a8y"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "-k" "not test_all_cases_covered")
@@ -6705,7 +6705,8 @@ linear algebra routines needed for structured matrices (or operators).")
python-pyro-ppl
python-pytorch
python-scipy))
- (native-inputs (list python-pytest
+ (native-inputs (list python-pyre-extensions
+ python-pytest
python-pytest-cov
python-setuptools
python-setuptools-scm