diff --git a/advanced_translation/__manifest__.py b/advanced_translation/__manifest__.py index a90c0e2e8..2383ea3fe 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", @@ -37,7 +37,7 @@ "development_status": "Production/Stable", "depends": ["base"], "external_dependencies": { - "python": ["babel", "pytesseract", "langdetect", "iso639-lang"] + "python": ["babel", "pytesseract", "langdetect", "iso639-lang", "numpy>=2.0.0"], }, "data": [ "security/ir.model.access.csv", 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