Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update quantecon version in pyproject.toml #619

Open
gabriellequeran opened this issue Apr 4, 2022 · 4 comments
Open

Need to update quantecon version in pyproject.toml #619

gabriellequeran opened this issue Apr 4, 2022 · 4 comments

Comments

@gabriellequeran
Copy link

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.

@jstac
Copy link
Contributor

jstac commented Apr 4, 2022

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

@Smit-create
Copy link
Member

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

@mmcky
Copy link
Contributor

mmcky commented Apr 5, 2022

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

@mmcky
Copy link
Contributor

mmcky commented Apr 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants