From 896e50bf06e610e3089358a357e761e7ca4c8106 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:37:12 +0100 Subject: [PATCH] pin TF version 2.13 in requirements.txt (TF 2.14 or greater pulls incompatible Keras 3) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 530dac2..8e582e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ocrd >= 2.23.3 numpy <1.24.0 scikit-learn >= 0.23.2 -tensorflow >=2.12.0 +tensorflow == 2.13.0 # TF 2.14 or greater pulls incompatible Keras 3 imutils >= 0.5.3 matplotlib setuptools >= 50