-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pin scipy to ~1.12.0 to temporarily fix ci #6545
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6545 +/- ##
=======================================
Coverage 97.78% 97.78%
=======================================
Files 1107 1107
Lines 95182 95182
=======================================
Hits 93073 93073
Misses 2109 2109 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@NoureldinYosri @pavoljuhas I have a conflict of using cirq with pyle on scipy version. Can we just modify it into
|
In order to avoid the conflict of requirement specs for packages that need older scipy just require that scipy is pinned to versions before 1.13. For previous context for scipy ~=1.12 see quantumlib#6545 and quantumlib#6543
In order to avoid the conflict of requirement specs for packages that need older scipy just require that scipy is pinned to versions before 1.13. For previous context for scipy ~=1.12 see quantumlib#6545 and quantumlib#6543
context: #6543