[14.0][IMP] account_loan: remove numpy from explicit requirements

This commit is contained in:
Alessandro Uffreduzzi
2023-03-02 16:21:24 +01:00
committed by Enric Tobella
parent 3e9a27a2ff
commit f4478fca81
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

@@ -0,0 +1 @@
numpy==1.15