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

[Python 3.13] raster depends on incompatible numpy version #143

Open
Maffsie opened this issue Nov 26, 2024 · 0 comments · May be fixed by #144
Open

[Python 3.13] raster depends on incompatible numpy version #143

Maffsie opened this issue Nov 26, 2024 · 0 comments · May be fixed by #144

Comments

@Maffsie
Copy link

Maffsie commented Nov 26, 2024

Hey! Thanks for making drawsvg, it's been extremely useful for my various silly utilities.
In upgrading one of my projects to Python 3.13, I discovered my build was now failing, and I narrowed it down to the raster extra-feature of drawsvg, specifically because this brings in a dependency on numpy 1.16 or equivalent (which evaluates to 1.26.4 for me).
This version fails to build because the type_traits header is no longer included, and the fix appears to be to use numpy version 2.1.0 or greater.

It seems like numpy 2.1.0 drops support for Python 3.9 and older, so upgrading may not be desirable (hence why I opened an issue rather than a PR). Is it possible to upgrade this dependency?

@Maffsie Maffsie linked a pull request Nov 26, 2024 that will close 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

Successfully merging a pull request may close this issue.

1 participant