From 34a061782c0c5bcb193e3621933a4c3020b6718a Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Tue, 3 May 2022 23:19:01 +0200 Subject: [PATCH] depend on tensorflow instead of tensorflow-gpu (#76) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f2ea48..0180d01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # ocrd includes opencv, numpy, shapely, click ocrd >= 2.23.3 scikit-learn >= 0.23.2 -tensorflow-gpu >= 2.4.0 +tensorflow >= 2.4.0 imutils >= 0.5.3 matplotlib setuptools >= 50