[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/70: gnu: r-torch: Update to 0.12.0.
From: |
guix-commits |
Subject: |
10/70: gnu: r-torch: Update to 0.12.0. |
Date: |
Thu, 28 Dec 2023 03:35:42 -0500 (EST) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 31f4ddb8c9cdf9e2d16468e64e53aa3583a12f04
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:05:59 2023 +0100
gnu: r-torch: Update to 0.12.0.
* gnu/packages/cran.scm (r-torch): Update to 0.12.0.
[propagated-inputs]: Add r-jsonlite and r-safetensors.
Change-Id: I7d35b494640159975485846416e03630c7cd451f
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 49b9ed3627..9ced81af4d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29846,13 +29846,13 @@ Visualizations are also available for most of these
settings.")
(define-public r-torch
(package
(name "r-torch")
- (version "0.11.0")
+ (version "0.12.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "torch" version))
(sha256
- (base32 "04hvr3f4rgnxxc42fiv58kpyld4aagj6ambhw769v3bfz7s2v879"))))
+ (base32 "024c8szg3xa2zrl5406jx3bmazbjwp2f07ja7m61ja0dr3z7lvbq"))))
(properties `((upstream-name . "torch")))
(build-system r-build-system)
(arguments
@@ -29886,10 +29886,12 @@ Visualizations are also available for most of these
settings.")
r-desc
r-ellipsis
r-glue
+ r-jsonlite
r-magrittr
r-r6
r-rcpp
r-rlang
+ r-safetensors
r-withr))
(native-inputs (list r-knitr))
(home-page "https://torch.mlverse.org/docs")
- branch r-updates created (now 6ee6a4cfb5), guix-commits, 2023/12/28
- 01/70: gnu: r-littler: Update to 0.3.19., guix-commits, 2023/12/28
- 03/70: gnu: Add xnnpack-for-torch2., guix-commits, 2023/12/28
- 02/70: gnu: r-rmpi: Update to 0.7-2., guix-commits, 2023/12/28
- 04/70: gnu: Add r-safetensors., guix-commits, 2023/12/28
- 05/70: gnu: python-protobuf: Update to 3.20.2., guix-commits, 2023/12/28
- 10/70: gnu: r-torch: Update to 0.12.0.,
guix-commits <=
- 09/70: gnu: liblantern: Update to 0.11.0-1.4d83bd0., guix-commits, 2023/12/28
- 11/70: gnu: r-shiny: Update to 1.8.0., guix-commits, 2023/12/28
- 23/70: gnu: r-timedate: Update to 4032.109., guix-commits, 2023/12/28
- 20/70: gnu: r-maps: Update to 3.4.2., guix-commits, 2023/12/28
- 16/70: gnu: r-aod: Update to 1.3.3., guix-commits, 2023/12/28
- 14/70: gnu: r-ggvenndiagram: Update to 1.4.9., guix-commits, 2023/12/28
- 26/70: gnu: r-ucminf: Update to 1.2.1., guix-commits, 2023/12/28
- 08/70: gnu: python-pytorch-for-r-torch: Update to 2.0.1., guix-commits, 2023/12/28
- 06/70: gnu: Add onnx-for-torch2., guix-commits, 2023/12/28
- 28/70: gnu: r-timeseries: Update to 4032.108., guix-commits, 2023/12/28