Merge PR #1597 into 14.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2023-03-02 08:23:34 +00:00
4 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"],
},
}

View File

@@ -1,6 +1,6 @@
# generated from manifests external_dependencies
freezegun
numpy
numpy-financial<=1.0.0
numpy==1.15
python-dateutil
vatnumber