🐛 Fix ocrd core requirement

eynollah requires at ocrd >= 2.22.0 for the resource resolving code,
otherwise it fails with an AttributeError. Fix this by bumping up the
requirement.

I bumped it to 2.23.3 so core *also* includes the latest model resource
for eynollah.
pull/36/head
Gerber, Mike 3 years ago
parent 176c7531ab
commit 70e7316907

@ -1,5 +1,5 @@
# ocrd includes opencv, numpy, shapely, click
ocrd >= 2.20.3
ocrd >= 2.23.3
keras >= 2.3.1, < 2.4
scikit-learn >= 0.23.2
tensorflow-gpu >= 1.15, < 2

Loading…
Cancel
Save