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

Fix maximum version limit for mpmath #6482

Closed pavoljuhas closed 7 months ago

pavoljuhas commented 7 months ago

The 1.3.* pattern is invalid in install_requires context. The mpmath<1.4 spec prohibits pre-releases of 1.4 such as 1.4.0a0.

Related to #6475

pavoljuhas commented 7 months ago

Fixes packaging related CI failures due to invalid requirement introduced in #6477.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 97.74%. Comparing base (02d29a9) to head (f2a2789). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6482 +/- ## ========================================== - Coverage 97.75% 97.74% -0.01% ========================================== Files 1105 1105 Lines 94925 94925 ========================================== - Hits 92793 92788 -5 - Misses 2132 2137 +5 ```

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

kenya-sk commented 7 months ago

@pavoljuhas Thank you for your assistance.

pavoljuhas commented 7 months ago

@pavoljuhas Thank you for your assistance.

sure, my wrong in the first place for not checking the initial expression.