quantumlib / Cirq

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

fixed mpmath version to 1.3.0 due to incompatibility #6477

Closed kenya-sk closed 8 months ago

kenya-sk commented 8 months ago

Dealing with CI pipeline failures following upgrades of incompatible packages. (detail issues: https://github.com/quantumlib/Cirq/issues/6475)

The error location is Dockerfile in line 26. This one downloads the package from PyPI, but my permission do not allow me to update the package. Therefore, I have changed the version of mpmath in my local environment, and I am hoping that the test will pass.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 97.75%. Comparing base (02d29a9) to head (c709243).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6477 +/- ## ======================================= Coverage 97.75% 97.75% ======================================= Files 1105 1105 Lines 94925 94925 ======================================= Hits 92793 92793 Misses 2132 2132 ```

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