QuantEcon.py icon indicating copy to clipboard operation
QuantEcon.py copied to clipboard

Need to update quantecon version in pyproject.toml

Open gabriellequeran opened this issue 2 years ago • 4 comments

The previous version of quantecon used the function gcd(a, b) from fractions but since python 3.5 this function has been deprecated and since python 3.9, it has been moved to math.

gabriellequeran avatar Apr 04 '22 12:04 gabriellequeran

Thanks @gabriellequeran , much appreciated. @Smit-create , if you have time, could you take a look at this please?

jstac avatar Apr 04 '22 23:04 jstac

This issue is fixed by https://github.com/QuantEcon/QuantEcon.py/pull/573, and @mmcky is working on the build system in #608. Probably, after that, we won't require setup.py.

Smit-create avatar Apr 05 '22 06:04 Smit-create

thanks @Smit-create -- @gabriellequeran thanks for reporting I will try and organise a new release 0.5.3 tomorrow with the fixes.

mmcky avatar Apr 05 '22 06:04 mmcky

Actually @gabriellequeran this is already in 0.5.2 so perhaps you can try:

pip install quantecon --upgrade

and see if you still have this issue.

mmcky avatar Apr 07 '22 02:04 mmcky