[14.0][IMP] account_loan: remove numpy from explicit requirements
This commit is contained in:
parent
8d4d2ee718
commit
fdee5f8b3a
@ -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"],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user