diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-04 21:16:48 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:27 +0200 |
| commit | c326653ea576b7c933b5cc9ee29ed04836ec5503 (patch) | |
| tree | 20f1ff90bdb18fc459b734159a78042c0e463028 | |
| parent | c1b3887d564eae45da2a43a500f0dc5798178fbf (diff) | |
gnu: python-linear-operator: Update to 0.6.
* gnu/packages/machine-learning.scm (python-linear-operator): Update
to 0.6.
[propagated-inputs]: Remove python-typeguard. Add python-mpmath.
[native-inputs]: Remove python-flake8, python-flake8-print,
python-twine. Add python-typeguard, python-wheel.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/machine-learning.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 7a42f932993..15e5c5335ed 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -6614,24 +6614,23 @@ inference.") (define-public python-linear-operator (package (name "python-linear-operator") - (version "0.5.2") + (version "0.6") (source (origin (method url-fetch) (uri (pypi-uri "linear_operator" version)) (sha256 (base32 - "03drb4hn9nn8jrqd9vbalihhahgpdm956hbs05bix7svradhknaw")))) + "0m56f3zrm8xh1bpwh4g7jfc79rf4j94g6zmz663b58pig4w6dqm9")))) (build-system pyproject-build-system) (propagated-inputs (list python-jaxtyping + python-mpmath python-pytorch - python-scipy - python-typeguard)) - (native-inputs (list python-flake8 - python-flake8-print - python-pytest + python-scipy)) + (native-inputs (list python-pytest python-setuptools python-setuptools-scm - python-twine)) + python-typeguard + python-wheel)) (home-page "https://github.com/cornellius-gp/linear_operator/") (synopsis "Linear operator implementation") (description "LinearOperator is a PyTorch package for abstracting away the |
