From 1e1007099fdca39a351060388211a6015392fd5d Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Sun, 14 Jul 2024 21:18:58 -0700 Subject: [PATCH] Add tf_keras to requirements, for unit testing --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 17c94a9a8..30356a67b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ # Tensorflow. tensorflow-cpu~=2.16.2;sys_platform != 'darwin' # Pin to TF 2.16 tensorflow~=2.16.2;sys_platform == 'darwin' +tf_keras # Torch. # TODO: Pin to < 2.3.0 (GitHub issue #19602)