mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-08 19:29:53 +02:00
🐛 Fix syntax error in setup.py
This commit is contained in:
parent
699554dc8a
commit
24c7762353
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
tensorflow >= 2.5.0
|
tensorflow >= 2.5.0
|
||||||
numpy =~ 1.23.5 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87
|
numpy ~= 1.23.5 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87
|
||||||
calamari-ocr == 1.0.*
|
calamari-ocr == 1.0.*
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue