Skip to content

Commit 8825eed

Browse files
authored
depend on development version of tensorflow
1 parent 3316c86 commit 8825eed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: keras
22
Type: Package
33
Title: R Interface to 'Keras'
4-
Version: 2.2.4
4+
Version: 2.2.4.9000
55
Authors@R: c(
66
person("JJ", "Allaire", role = c("aut", "cre"), email = "[email protected]"),
77
person("François", "Chollet", role = c("aut", "cph")),
@@ -28,7 +28,7 @@ Depends:
2828
Imports:
2929
generics (>= 0.0.1),
3030
reticulate (>= 1.10),
31-
tensorflow (>= 1.10),
31+
tensorflow (>= 1.10.0.9000),
3232
tfruns (>= 1.0),
3333
magrittr,
3434
zeallot,
@@ -39,6 +39,8 @@ Suggests:
3939
testthat,
4040
knitr,
4141
rmarkdown
42+
Remotes:
43+
rstudio/tensorflow
4244
SystemRequirements: Keras >= 2.0 (https://keras.io)
4345
Roxygen: list(markdown = TRUE)
4446
RoxygenNote: 6.1.0.9000

0 commit comments

Comments
 (0)