Skip to content
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

Update pyquil dependency and remove workaround pinning of quil #6763

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

pavoljuhas
Copy link
Collaborator

@pavoljuhas pavoljuhas commented Oct 11, 2024

  • Unpin the quil package
    The latest release quil-0.13.1 includes binary wheels.
    Wheels were omitted unintentionally before due to a CI error at
    the quil project.

  • Update to pyquil>=4.14.3 as it requires good qcs-sdk-python,
    and remove now unnecessary version spec of qcs-sdk-python.

Fixes: #6754

The latest release quil-0.13.1 includes binary wheels.
Wheels were omitted unintentionally before due to a CI error.

Fixes: quantumlib#6754
And remove now unnecessary pin on qcs-sdk-python.
@pavoljuhas pavoljuhas requested review from vtomole and a team as code owners October 11, 2024 00:02
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.83%. Comparing base (9ff9b6b) to head (d54f05d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6763      +/-   ##
==========================================
- Coverage   97.83%   97.83%   -0.01%     
==========================================
  Files        1077     1077              
  Lines       92743    92745       +2     
==========================================
- Hits        90739    90736       -3     
- Misses       2004     2009       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CirqBot CirqBot added the size: S 10< lines changed <50 label Oct 12, 2024
Copy link
Contributor

@mhucka mhucka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pavoljuhas pavoljuhas merged commit 01b0c12 into quantumlib:main Oct 15, 2024
37 checks passed
@pavoljuhas pavoljuhas deleted the unpin-quil branch October 15, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find out if quil is going to provide binary wheels
3 participants