CQCL / pytket-qiskit

pytket-qiskit, extensions for pytket quantum SDK
Apache License 2.0
17 stars 13 forks source link

`qiskit_algorithms` dependency upgrade to `v0.30.0` #293

Closed nquetschlich closed 8 months ago

nquetschlich commented 8 months ago

Hi there,

currently, the qiskit_algorithms dependency is ~=0.21.0. Unfortunately, that version has some issues with Qiskit v1.0.0 (see https://github.com/qiskit-community/qiskit-algorithms/issues/157) which have been fixed in qiskit_algorithms v0.30.0. Would it be possible to adjust the requirement in pytket_qiskit accordingly?

That would be highly appreciated :)

cqc-melf commented 8 months ago

Assuming you are talking about 0.3.0 ? We have just done that in https://github.com/CQCL/pytket-qiskit/pull/294

nquetschlich commented 8 months ago

Yes, exactly. Thanks a lot!

cqc-melf commented 8 months ago

The update as been released just now in pytket-qiksit 0.50.0 see https://tket.quantinuum.com/extensions/pytket-qiskit/changelog.html @nquetschlich