Install FinancePy for option pricing
masterIf you require option pricing capabilities, you must install financepy. It is highly recommended to install it separately using the --no-deps flag to avoid dependency clashes (specifically with llvmlite).
Install the required stack first, then install the specific version of financepy recommended for stability.
pip install numba numpy scipy llvmlite ipython pandas prettytable
pip install financepy==0.370 --no-deps