mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
⬇️ Use tighter dependencies for TensorFlow and Calamari
With the recent release of TensorFlow 2.0, we need to make sure we install a version compatible with the current Calamari release, e.g. TF < 2.0. Also, depend on a Calamari version that is known to be working, that is Calamari >= 0.3.5. Fixes #6.
This commit is contained in:
parent
3e8c1ac338
commit
caa73c2b44
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
numpy
|
||||
calamari-ocr
|
||||
tensorflow-gpu < 2.0
|
||||
calamari-ocr >= 0.3.5
|
||||
setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?
|
||||
tensorflow-gpu
|
||||
click
|
||||
ocrd >= 1.0.0b11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue