Skip to content

Commit

Permalink
bump TF version to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Jul 11, 2023
1 parent b320545 commit 19a136c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# keras (development version)

- Default TF version installed by `install_keras()` is now 2.13.


# keras 2.11.1

- Update S3 method formals per new CRAN requirement (`r_to_py.keras_layer_wrapper()`)
Expand Down
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install_keras <- function(method = c("auto", "virtualenv", "conda"),
)
}

default_version <- numeric_version("2.11")
default_version <- numeric_version("2.13")

default_extra_packages <- function(tensorflow_version = "default") {
pkgs <- c(
Expand Down

0 comments on commit 19a136c

Please sign in to comment.