We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb938d8 commit 77d4d77Copy full SHA for 77d4d77
DESCRIPTION
@@ -26,10 +26,10 @@ License: MIT + file LICENSE
26
URL: https://tensorflow.rstudio.com/
27
BugReports: https://github.com/rstudio/keras/issues
28
Depends:
29
- R (>= 3.4)
+ R (>= 3.6)
30
Imports:
31
generics (>= 0.0.1),
32
- reticulate (>= 1.30.9000),
+ reticulate (>= 1.31),
33
tensorflow (>= 2.8.0),
34
tfruns (>= 1.0),
35
magrittr,
@@ -51,5 +51,3 @@ Suggests:
51
Roxygen: list(markdown = TRUE, r6 = FALSE)
52
RoxygenNote: 7.2.3
53
VignetteBuilder: knitr
54
-Remotes:
55
- rstudio/reticulate
0 commit comments