Skip to content

Commit

Permalink
🐛 Fix installation by keeping protobuf < 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Apr 3, 2023
1 parent 3a029ca commit 16a79ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tensorflow >= 2.5.0
numpy < 1.24.0 # XXX https://github.com/OCR-D/ocrd_calamari/issues/87
protobuf < 4.0 # XXX https://github.com/OCR-D/ocrd_calamari/issues/89
calamari-ocr == 1.0.*
setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?
click
Expand Down

0 comments on commit 16a79ce

Please sign in to comment.