mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[14.0][IMP] account_loan: remove numpy from explicit requirements
This commit is contained in:
committed by
Enric Tobella
parent
3e9a27a2ff
commit
f4478fca81
@@ -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"],
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# generated from manifests external_dependencies
|
||||
freezegun
|
||||
numpy-financial<=1.0.0
|
||||
numpy==1.15
|
||||
numpy>=1.15
|
||||
python-dateutil
|
||||
vatnumber
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
numpy==1.15
|
||||
|
||||
Reference in New Issue
Block a user