summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-30 19:07:29 -0300
committerVinicius Monego <monego@posteo.net>2025-07-02 18:37:54 -0300
commit13397f2d394d191a9086a692d00accbca9cb7279 (patch)
treef4c1d36c5b766e962dc53f7ceb6021435f6f3263 /gnu
parent50f17772846274b1348331aa4d33771151397b65 (diff)
gnu: python-botorch: Update to 0.14.0.
* gnu/packages/machine-learning.scm (python-botorch): Update to 0.14.0. [propagated-inputs]: Add python-pyre-extensions, python-threadpoolctl, python-typing-extensions. [native-inputs]: Remove python-pyre-extensions. Change-Id: I08f27055822ca05b27068bfd3746a64395fb5177
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/machine-learning.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 8c6f81f5944..d51eb621766 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -6587,7 +6587,7 @@ linear algebra routines needed for structured matrices (or operators).")
(define-public python-botorch
(package
(name "python-botorch")
- (version "0.13.0")
+ (version "0.14.0")
(source (origin
(method git-fetch) ;no tests in PyPI
(uri (git-reference
@@ -6596,7 +6596,7 @@ linear algebra routines needed for structured matrices (or operators).")
(file-name (git-file-name name version))
(sha256
(base32
- "1sxgxdq892vg5xj30kb86003b9rwsipc95c7p1zdv865y4f38a8y"))))
+ "1hgjjzdqcs8y0z20vkdzzpbm0nvnxmrav4mfvbpp0gny8pk64913"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "-k" "not test_all_cases_covered")
@@ -6612,12 +6612,13 @@ linear algebra routines needed for structured matrices (or operators).")
(propagated-inputs (list python-gpytorch
python-linear-operator
python-multipledispatch
+ python-pyre-extensions
python-pyro-ppl
python-pytorch
- python-scipy))
- (native-inputs (list python-pyre-extensions
- python-pytest
- python-pytest-cov
+ python-scipy
+ python-threadpoolctl
+ python-typing-extensions))
+ (native-inputs (list python-pytest
python-setuptools
python-setuptools-scm
python-wheel))