From fd93a455058a53b2b6800d9ca8162834fe864b59 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Tue, 3 May 2022 22:25:51 +0200 Subject: [PATCH] depend on tensorflow not tensorflow-gpu, drop holding h5py --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d7d67f..a847f92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ numpy setuptools >= 41 opencv-python-headless ocrd >= 2.22.3 -h5py < 3 -tensorflow-gpu >= 2.4.0 +tensorflow >= 2.4.0