PennyLaneAI / pennylane-qiskit

The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework and IBM Q with PennyLane.
https://docs.pennylane.ai/projects/qiskit
Apache License 2.0
194 stars 66 forks source link

Pinning qiskit version in the requirements #603

Closed PietropaoloFrisoni closed 2 days ago

PietropaoloFrisoni commented 2 days ago

IBM has released qiskit 1.3.0 on November 28th and this broke the pennylane-qiskit plugin (see here for details about the failure).

We pin qiskit to version <1.3 so that it works again until we update the plugin

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (f1ac194) to head (5628e23). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #603 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 868 868 ========================================= Hits 868 868 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.