mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 03:39:55 +02:00
🧹 Remove workaround for fixed np.str problem in Calamari
Older Calamari version had used deprecated np.str, remove the workaround for this and require Calamari >= 1.0.6 instead. See #87.
This commit is contained in:
parent
c0a4dfde66
commit
c25c8d0a4f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
tensorflow >= 2.5.0
|
tensorflow >= 2.5.0
|
||||||
numpy < 1.24.0 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87
|
numpy
|
||||||
protobuf < 4.0 # XXX https://github.com/OCR-D/ocrd_calamari/issues/89
|
protobuf < 4.0 # XXX https://github.com/OCR-D/ocrd_calamari/issues/89
|
||||||
calamari-ocr == 1.0.*
|
calamari-ocr == 1.0.*, >= 1.0.6
|
||||||
setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?
|
setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?
|
||||||
click
|
click
|
||||||
ocrd >= 2.22.0
|
ocrd >= 2.22.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue