diff --git a/account_loan/__manifest__.py b/account_loan/__manifest__.py index 5b72580c..d0057e8b 100644 --- a/account_loan/__manifest__.py +++ b/account_loan/__manifest__.py @@ -20,7 +20,7 @@ ], "installable": True, "external_dependencies": { - "python": ["numpy==1.15", "numpy-financial<=1.0.0"], + "python": ["numpy>=1.15", "numpy-financial<=1.0.0"], "deb": ["libatlas-base-dev"], }, }