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
Increase minimum plugin version for building linux wheels (#1401)
**Context:**
The [wheels are
failing](https://github.com/PennyLaneAI/catalyst/actions/runs/12563739994/job/35026196938)
after we put the Braket tests stuff back
Looking at the wheels, it's ending up installing version 1.28 (we set
the minimum to 1.27). We need a more recent version because
`QubitDevice` isn't accessible at top level and legacy opmath has been
removed.
**Description of the Change:**
Install with `>=0.31.0` instead. We also remove the `boto3` pin, because
it was creating version conflicts and seems to no longer be needed.
0 commit comments