Skip to content

Commit

Permalink
indicate partial version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Apr 2, 2024
1 parent 77aabab commit 754eee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_qiskit/basic_aer.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class BasicAerDevice(QiskitDevice):

def __init__(self, wires, shots=1024, backend="qasm_simulator", **kwargs):

max_ver = Version("0.46")
max_ver = Version("0.46", partial=True)

if Version(qiskit.__version__) > max_ver:
raise RuntimeError(
Expand Down

0 comments on commit 754eee4

Please sign in to comment.