pytket-docs icon indicating copy to clipboard operation
pytket-docs copied to clipboard

Latest pytket-qiskit incompatible with pytket-pyquil

Open cqc-alec opened this issue 1 year ago • 4 comments

Both are installed for the examples and manual, but the latest version of pytket-qiskit requires pydantic 2 while the latest version of pytkey-pyquil requires pydantic 1. This causes errors when testing the examples.

I suggest removing pytket-pyquil from the examples and manual.

cqc-alec avatar Mar 18 '24 08:03 cqc-alec

Both are mentioned in the examples in the manual but it looks like pytket-pyquil code is only expecuted in two example notebooks( there are no executed cells with pytket-pyquil code in the manual at the moment) https://github.com/search?q=repo%3ACQCL%2Fpytket-docs%20pyquil&type=code

pytket-pyquil is also not a dependency of the manual build (only the examples)-> https://github.com/CQCL/pytket-docs/blob/main/manual_requirements.txt

CalMacCQ avatar Mar 19 '24 13:03 CalMacCQ

@CalMacCQ Can you please check with me, I have been starting to look into this for the release.

cqc-melf avatar Mar 20 '24 11:03 cqc-melf

See https://github.com/rigetti/qcs-api-client-python/issues/13

cqc-melf avatar Mar 21 '24 17:03 cqc-melf

We have currently disabled the corresponding notebook, we should add that back in when pyquil is updated.

cqc-melf avatar Mar 21 '24 17:03 cqc-melf