quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Drop version pin of qcs-sdk-python on Windows #6698

Closed pavoljuhas closed 1 month ago

pavoljuhas commented 1 month ago

The last release of qcs-sdk-python 0.19.2 includes binary wheels for Windows so the CI should pass with the last package version.

This reverts commit c8f799e6e87ecc66a66a488bd101a09312ca2f1a, "Pin qcs-sdk-python to 0.19.0 for Windows (#6685)".

Fixes #6684

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 97.82%. Comparing base (978b5e3) to head (bd9513e). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6698 +/- ## ======================================= Coverage 97.82% 97.82% ======================================= Files 1074 1074 Lines 92191 92187 -4 ======================================= - Hits 90189 90186 -3 + Misses 2002 2001 -1 ```

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

pavoljuhas commented 1 month ago

Confirming passing Windows tests at https://github.com/quantumlib/Cirq/actions/runs/10221789814/job/28285065879?pr=6698