From 93bc50aae53c055e3e6171537cd12b6ac6c5706b Mon Sep 17 00:00:00 2001 From: Emanuel Cino Date: Mon, 23 Sep 2024 11:41:09 +0200 Subject: [PATCH] FIX requirements Some instances may install an old version of numpy which is incompatible with pytesseract. --- advanced_translation/__manifest__.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/advanced_translation/__manifest__.py b/advanced_translation/__manifest__.py index a90c0e2e8..83eca8d2e 100644 --- a/advanced_translation/__manifest__.py +++ b/advanced_translation/__manifest__.py @@ -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", diff --git a/requirements.txt b/requirements.txt index af2e7150c..59618528a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ babel iso639-lang jwt langdetect +numpy >= 2.0.0 PyMuPDF pytesseract pyquery