Skip to content

Commit 753ffee

Browse files
authored
Merge pull request #1540 from rstudio/fix/tensorboard-dependency
Declare TensorBoard as a Python dependency
2 parents 71d853a + ad1e4d3 commit 753ffee

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# keras3 (development version)
22

3+
- TensorBoard is now declared explicitly as a Python dependency, restoring
4+
`callback_tensorboard()` with TensorFlow 2.21.
5+
36
- On Linux, `use_backend("jax", gpu = TRUE)` no longer overrides
47
`XLA_PYTHON_CLIENT_MEM_FRACTION`, preserving the JAX default or a
58
user-provided value.

R/package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ keras <- NULL
7070
Sys.setenv(RETICULATE_PYTHON = keras_python)
7171

7272
py_require(c(
73-
"keras", "pydot", "scipy", "pandas", "Pillow", "ipython"
73+
"keras", "tensorboard", "pydot", "scipy", "pandas", "Pillow", "ipython"
7474
#, "tensorflow_datasets"
7575
))
7676

0 commit comments

Comments
 (0)