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

Openquad currently not compatible with python 3.13 #11

Open
ablech opened this issue Dec 4, 2024 · 0 comments
Open

Openquad currently not compatible with python 3.13 #11

ablech opened this issue Dec 4, 2024 · 0 comments
Labels
maintenance Package infrastructure

Comments

@ablech
Copy link
Member

ablech commented Dec 4, 2024

The compatibility problem arises from a second-order dependence on Numba, which is not yet compatible with the latest python version. This probably originates in our use of the quaternionic package to provide the representation of SO(3) in terms of quaternions.

Although Numba will probably get updated soonish, this problem is likely to occur again with every new python release. Hence it is probably best to drop quaternion support and remove the dependency on quaternionic.

@ablech ablech added the maintenance Package infrastructure label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Package infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant