Skip to content

Commit

Permalink
Increment default TF version to 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Jan 30, 2024
1 parent fed40b1 commit aa3a33a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# tensorflow (development version)

- `install_tensorflow()` installs TensorFlow v2.15 by default
- Fixed issue where lists of layers attached to a keras model would
fail to convert w/ the development version of reticulate (> 1.34).

# tensorflow 2.14.0

- `install_tensorflow()` changes:
Expand Down
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function(method = c("auto", "virtualenv", "conda"),
invisible(NULL)
}

default_version <- numeric_version("2.14")
default_version <- numeric_version("2.15")

parse_tensorflow_version <- function(version) {
# returns unquoted string directly passable to pip, e.g 'tensorflow==2.5.*'
Expand Down
2 changes: 1 addition & 1 deletion man/install_tensorflow.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa3a33a

Please sign in to comment.