From dc3c676ff416fa555d19c9683fd0736c1d965c2d Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:33:14 +0100 Subject: [PATCH] pin tf2 version to 2.12.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 263f5b0..7bcc941 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ocrd >= 2.63.3 numpy <1.24.0 scikit-learn >= 0.23.2 -tensorflow <2.16.0 # TF 2.16 or greater pulls incompatible Keras 3 +tensorflow == 2.12.1 imutils >= 0.5.3 matplotlib setuptools >= 50