depend on tensorflow instead of tensorflow-gpu (#76)

This commit is contained in:
Robert Sachunsky 2022-05-03 23:19:01 +02:00 committed by GitHub
parent ae1990a48e
commit 34a061782c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# ocrd includes opencv, numpy, shapely, click # ocrd includes opencv, numpy, shapely, click
ocrd >= 2.23.3 ocrd >= 2.23.3
scikit-learn >= 0.23.2 scikit-learn >= 0.23.2
tensorflow-gpu >= 2.4.0 tensorflow >= 2.4.0
imutils >= 0.5.3 imutils >= 0.5.3
matplotlib matplotlib
setuptools >= 50 setuptools >= 50