From 9f40c625fca3bc4f57a5f36adaf7f71202c03f9c Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Fri, 21 Jul 2023 20:11:37 -0700 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04fe5db94..7960b6b12 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ pip install -r requirements.txt python pip_build.py --install ``` -Note that Keras Core strictly requires TensorFlow, -in particular because it uses `tf.nest` to handle nested Python structures. -In the future, we will make all backend frameworks optional. +You should also install your backend of choice: `tensorflow`, `jax`, or `torch`. +Note that `tensorflow` is required for using certain Keras Core features: certain preprocessing layers as +well as `tf.data` pipelines. ## Configuring your backend