diff --git a/.copier-answers.yml b/.copier-answers.yml index 9a30d3d52..25f740dea 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.14.1 +_commit: v1.14.2 _src_path: gh:oca/oca-addons-repo-template ci: GitHub dependency_installation_mode: PIP diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49459d14a..34b575644 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -101,7 +101,7 @@ repos: - id: pyupgrade args: ["--keep-percent-format"] - repo: https://github.com/PyCQA/isort - rev: 5.5.1 + rev: 5.12.0 hooks: - id: isort name: isort except __init__.py diff --git a/account_loan/__manifest__.py b/account_loan/__manifest__.py index ef26e2391..9c81692e1 100644 --- a/account_loan/__manifest__.py +++ b/account_loan/__manifest__.py @@ -19,5 +19,8 @@ "views/account_move_view.xml", ], "installable": True, - "external_dependencies": {"python": ["numpy", "numpy-financial<=1.0.0"]}, + "external_dependencies": { + "python": ["numpy==1.15", "numpy-financial<=1.0.0"], + "deb": ["libatlas-base-dev"], + }, } diff --git a/requirements.txt b/requirements.txt index d41e21bfc..d1654699f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # generated from manifests external_dependencies freezegun -numpy numpy-financial<=1.0.0 +numpy==1.15 python-dateutil vatnumber