Psi4 error after upgrade

After updating psi4,
I am getting below error.
Could you tell me why?

conda update psi4 -c psi4/label/dev -c psi4
python3.6/site-packages/psi4/init.py", line 55, in
from .
import corepython3.6/site-packages/psi4/core.so: undefined symbol: __svml_sin4

During handling of the above exception, another exception occurred:
psi4conda/bin/psi4", line 158, in
python3.6/site-packages/psi4/init.py", line 60, in
raise ImportError("{0}".format(err))
python3.6/site-packages/psi4/core.so: undefined symbol: __svml_sin4

For future reference, this was a case of going from 1.1 to dev head and you need to conda update psi4 libefp libint erd simint pcmsolver chemps2 gdma dkh libxc -c psi4/label/dev, not just conda update psi4 -c psi4/label/dev. Most of the time you don’t need the long command; this was special case b/c we’ve updated mkl handling.