Closed pavoljuhas closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.81%. Comparing base (
71c79da
) to head (c117a6c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is blocked by #6281 - pyquil<4.0
requires qcs-api-client>=0.21.2,<=0.21.6
which cannot be installed together with notebook>=7.1
because they have contradictory requirement on httpx
.
CI daily is verified to pass for this PR at 0b647b13183890f0aa31694427a2eaaab9974095 - https://github.com/quantumlib/Cirq/actions/runs/9492108918/
Run ci-daily tests with Python 3.12 in addition to 3.10 and 3.11. Also clean up dependency constraints that got unnecessary after #6281.
Follow-up to #6460