You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
PennyLane currently only supports up to NumPy 2.0.0:
pennylane/setup.py
Line 24 in 7925b33
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?
The text was updated successfully, but these errors were encountered: