Skip to content

Commit

Permalink
FIX requirements
Browse files Browse the repository at this point in the history
Some instances may install an old version of numpy which is incompatible with pytesseract.
  • Loading branch information
ecino committed Sep 23, 2024
1 parent f35bf8c commit 93bc50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_translation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# pylint: disable=C8101
{
"name": "Advanced Translation",
"version": "17.0.1.0.0",
"version": "17.0.1.0.1",
"category": "Other",
"sequence": 150,
"author": "Compassion CH",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ babel
iso639-lang
jwt
langdetect
numpy >= 2.0.0
PyMuPDF
pytesseract
pyquery
Expand Down

0 comments on commit 93bc50a

Please sign in to comment.