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

Add support for NumPy 2.0.1 (or greater) #6341

Closed
joeycarter opened this issue Oct 4, 2024 · 0 comments · Fixed by #6342
Closed

Add support for NumPy 2.0.1 (or greater) #6341

joeycarter opened this issue Oct 4, 2024 · 0 comments · Fixed by #6342

Comments

@joeycarter
Copy link

PennyLane currently only supports up to NumPy 2.0.0:

"numpy<=2.0",

There's a bug in 2.0.0 that's blocking the use of the numpy C API with the Stable ABI in Catalyst, which was fixed in 2.0.1: numpy/numpy#26995 (the original issue was written up here: numpy/numpy#26756). Can we bump the numpy requirement to support (at least) 2.0.1?

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