Skip to content

Commit b0fe069

Browse files
committed
bump default keras version
1 parent 421ae78 commit b0fe069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install_keras <- function(method = c("auto", "virtualenv", "conda"),
5858
)
5959
}
6060

61-
default_version <- numeric_version("2.9")
61+
default_version <- numeric_version("2.10")
6262

6363
default_extra_packages <- function(tensorflow_version = "default") {
6464
pkgs <- c(

man/install_keras.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)