-
Notifications
You must be signed in to change notification settings - Fork 1.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
Install cirq pre-release with stable dependencies #6534
Install cirq pre-release with stable dependencies #6534
Conversation
Update installation instructions to avoid the pip-install `--pre` option because it also applies to direct and transitive cirq dependencies.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6534 +/- ##
=======================================
Coverage 97.78% 97.78%
=======================================
Files 1105 1105
Lines 95154 95154
=======================================
Hits 93045 93045
Misses 2109 2109 ☔ View full report in Codecov by Sentry. |
…quantumlib#6477)" Not needed after quantumlib#6534 as cirq pre-releases are installed with stable dependencies. This reverts commit e11132e. Related to quantumlib#6475
Not needed after quantumlib#6534 as cirq pre-releases are installed with stable dependencies.
Not needed after #6534 as cirq pre-releases are installed with stable dependencies.
Update instructions to use `pip install cirq~=1.0.dev` for cirq pre-release. This matches the latest pre-release with the major version 1. Avoid using the pip-install `--pre` option as it applies to all direct and transitive dependencies that get installed with cirq.
Version limit on mpmath is unnecessary after quantumlib#6534 because cirq pre-releases are now installed with stable dependencies. This reverts commit e11132e (quantumlib#6477). Related to quantumlib#6475
…b#6536) Not needed after quantumlib#6534 as cirq pre-releases are installed with stable dependencies.
Update instructions to use `pip install cirq~=1.0.dev` for cirq pre-release. This matches the latest pre-release with the major version 1. Avoid using the pip-install `--pre` option as it applies to all direct and transitive dependencies that get installed with cirq.
Version limit on mpmath is unnecessary after quantumlib#6534 because cirq pre-releases are now installed with stable dependencies. This reverts commit e11132e (quantumlib#6477). Related to quantumlib#6475
Update instructions to use
pip install cirq~=1.0.dev
for cirq pre-release.This matches the latest pre-release with the major version 1.
Avoid using the pip-install
--pre
option as it applies to alldirect and transitive dependencies that get installed with cirq.