diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-14 18:20:43 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-14 18:22:09 +0200 |
| commit | 0b89b956c236524331b6ee93e1b5d2a6a46bc048 (patch) | |
| tree | 4304284f529455b15bfa86af55f8bf184b5ebfac | |
| parent | 37978a78979373727d8a24ac39a5e0f2845bdbf5 (diff) | |
gnu: Remove r-tensorflow.
* gnu/packages/cran.scm (r-tensorflow): Delete variable.
Change-Id: I33bd19c27d4ae0326305c2ab1948e66bbcf0992b
| -rw-r--r-- | gnu/packages/cran.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3ae46e48a30..4cdcd39258f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -53599,38 +53599,6 @@ runs.") Tensorflow graphs.") (license license:gpl3))) -(define-public r-tensorflow - (package - (name "r-tensorflow") - (version "2.16.0") - (source - (origin - (method url-fetch) - (uri (cran-uri "tensorflow" version)) - (sha256 - (base32 - "113ikbg2k56zigxwgxy242vxpikxkfkv150wn21zyfn9885wgbzm")))) - (properties `((upstream-name . "tensorflow"))) - (build-system r-build-system) - (propagated-inputs - (list r-config - r-lifecycle - r-processx - r-reticulate - r-rstudioapi - r-tfautograph - r-tfruns - r-yaml)) - (native-inputs (list r-testthat)) - (home-page "https://github.com/rstudio/tensorflow") - (synopsis "R interface to TensorFlow") - (description - "R interface to TensorFlow a library for numerical computation using data -flow graphs. Nodes in the graph represent mathematical operations, while the -graph edges represent the multidimensional data arrays (tensors) communicated -between them.") - (license license:asl2.0))) - (define-public r-zzlite (package (name "r-zzlite") |
