2
0

[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 8d4d2ee718
commit fdee5f8b3a

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