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

Loosen the scipy condition in requirements.txt #6549

Closed BichengYing closed 5 months ago

BichengYing commented 5 months ago

In order to avoid the conflict of dependency with pyle

  SolverProblemError

  Because pyle depends on cirq-core (1.4.0.dev20240404120310) which depends on scipy (>=1.12.0,<1.13.0), scipy is required.
  So, because pyle depends on scipy (~1.9.2), version solving failed.

Previous context for scipy ~=1.12 see #6545

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 97.79%. Comparing base (bc3f9ff) to head (ef56a24). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6549 +/- ## ======================================= Coverage 97.79% 97.79% ======================================= Files 1124 1124 Lines 95468 95468 ======================================= Hits 93359 93359 Misses 2109 2109 ```

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

NoureldinYosri commented 5 months ago

related to https://github.com/quantumlib/Cirq/issues/6543