mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-tensorflow: Update to 2.6.0.
* gnu/packages/cran.scm (r-tensorflow): Update to 2.6.0. [propagated-inputs]: Remove r-jsonlite; add r-tfautograph.
This commit is contained in:
parent
ed7d8e74e4
commit
33317ba722
1 changed files with 3 additions and 3 deletions
|
@ -30285,23 +30285,23 @@ (define-public r-tfautograph
|
|||
(define-public r-tensorflow
|
||||
(package
|
||||
(name "r-tensorflow")
|
||||
(version "2.5.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tensorflow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00g9w4xmdyjl4578kmhng58k7afjkj2vwgcq2ik8rqwljkcz5pph"))))
|
||||
"1lkzxc3b5gkcg4hwqr57cysplcba6ff44qz8lbvk19kxnrhjaf9g"))))
|
||||
(properties `((upstream-name . "tensorflow")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("tensorflow" ,tensorflow)))
|
||||
(propagated-inputs
|
||||
`(("r-config" ,r-config)
|
||||
("r-jsonlite" ,r-jsonlite)
|
||||
("r-processx" ,r-processx)
|
||||
("r-reticulate" ,r-reticulate)
|
||||
("r-rstudioapi" ,r-rstudioapi)
|
||||
("r-tfautograph" ,r-tfautograph)
|
||||
("r-tfruns" ,r-tfruns)
|
||||
("r-yaml" ,r-yaml)))
|
||||
(home-page "https://github.com/rstudio/tensorflow")
|
||||
|
|
Loading…
Reference in a new issue