From bd2e1db2717d7d37ae2cc39e8b7aac7eb061c9cf Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 1 Mar 2023 14:14:40 +0100 Subject: [PATCH 1/2] Update from template --- .copier-answers.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 0404ce39d2a03861b7397d0f7ec150d48d60bba1 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 1 Mar 2023 14:16:37 +0100 Subject: [PATCH 2/2] [FIX] account_loan --- account_loan/__manifest__.py | 5 ++++- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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