1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

🐛 Fix NumPy dependency (hopefully...)

This commit is contained in:
Gerber, Mike 2023-03-09 18:20:29 +01:00
parent 24c7762353
commit 1dcec06c2b

View file

@ -1,5 +1,5 @@
tensorflow >= 2.5.0
numpy ~= 1.23.5 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87
numpy < 1.24.0 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87
calamari-ocr == 1.0.*
setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?
click