QuantEcon / QuantEcon.py

A community based Python library for quantitative economics
https://quantecon.org/quantecon-py/
MIT License
1.89k stars 2.25k forks source link

MAINT: Fix deprecation warning from Numba #627

Open mmcky opened 2 years ago

mmcky commented 2 years ago
OMP: Info #271: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.

appears when importing quantecon package

oyamad commented 2 years ago

It comes from Numba:

mmcky commented 2 years ago

thanks for linking these issues @oyamad

mmcky commented 3 weeks ago

@kp992 would you have time to review this issue. It is tagged as upstream but perhaps there are now updates or ways to address this?

kp992 commented 3 weeks ago

I can have a look at it over the weekend. Thanks @mmcky