From 2fd6e536f6bf83975ba09353a83e04d75e680535 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Sat, 19 Jun 2021 23:18:43 +0200 Subject: [PATCH] requirements: prevent TF 2.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbfb800..34a49f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ h5py < 3 # XXX tensorflow 2.4.0rc3 requires h5py~=2.10.0, but you'll have h5py 3.1.0 which is incompatible. -tensorflow >= 2.3.0rc2 +tensorflow >= 2.3.0rc2, < 2.5.0 # 2.5 depends on h5py ~= 3.1 (incompatible model files) calamari-ocr == 1.0.* setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? click