mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
🐛 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.
This commit is contained in:
parent
176c7531ab
commit
70e7316907
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue