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

🐛 Use TensorFlow >= 2.3.0rc2 to fix retracing warnings

This commit is contained in:
Gerber, Mike 2020-07-23 12:44:15 +02:00
parent 4eb4f97f6b
commit d9afb05cf3

View file

@ -1,5 +1,5 @@
numpy
tensorflow-gpu == 2.2.*
tensorflow >= 2.3.0rc2
calamari-ocr == 1.0.*
setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?
click