Skip to content

Commit

Permalink
🐛 Fix TensorFlow (and h3py) dependency
Browse files Browse the repository at this point in the history
TF 2.5 works for Python 3.6 + 3.9. Fixes #66.
  • Loading branch information
mikegerber committed Jul 21, 2021
1 parent 34013dd commit bacd674
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
h5py < 3 # XXX tensorflow 2.4.0rc3 requires h5py~=2.10.0, but you'll have h5py 3.1.0 which is incompatible.
tensorflow >= 2.3.0rc2, < 2.5.0 # 2.5 depends on h5py ~= 3.1 (incompatible model files)
tensorflow >= 2.5.0
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 bacd674

Please sign in to comment.