Skip to content

Commit 8f894e6

Browse files
authored
Merge pull request #1307 from DDMAL/fix_text_alignment_requirements
Fix text alignment requirements
2 parents 3a531c5 + ba753ba commit 8f894e6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#numpy==1.17.3; python_version > "3.4"
2-
git+https://github.com/timothydereuse/calamari@a058d76#egg=calamari_ocr; python_version > "3.4"
3-
git+https://github.com/DDMAL/tfaip@7fb7f49#egg=tfaip; python_version > "3.4"
2+
# Specify the tensorflow url link to prevent docker hub build failure due to hash mismatch
3+
https://files.pythonhosted.org/packages/63/b2/2822fad63bdaedf3da841443daf92775d6fff16aba7199415e06f8d8c50f/tensorflow-2.5.1-cp37-cp37m-manylinux2010_x86_64.whl; python_version > "3.4"
4+
# Install calamari and tfaip from our DDMAL fork
5+
https://github.com/DDMAL/calamari/archive/refs/tags/DDMAL-v1.0.0.zip#egg=calamari_ocr; python_version > "3.4"
6+
https://github.com/DDMAL/tfaip/archive/refs/tags/v1.0.0.zip#egg=tfaip; python_version > "3.4"
47
paiargparse==1.1.2; python_version > "3.4"
58
scipy==1.7.3; python_version > "3.4"
69
Unidecode==1.0.22; python_version > "3.4"
710
scikit-image==0.17.2; python_version > "3.4"
8-
keras==2.5.0rc0; python_version > "3.4"
11+
keras==2.5.0rc0; python_version > "3.4"

0 commit comments

Comments
 (0)