Skip to content

Pin python-rapidjson in cirq-rigetti. #5666

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

Merged
merged 2 commits into from
Jul 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cirq-rigetti/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ pydantic~=1.8.2
pyjwt~=1.7.1
pyquil~=2.28.2; python_version < "3.7"
pyquil~=3.0.0; python_version >= "3.7"
# Dependencies not pinned here in pyquil pip package.
python-rapidjson==1.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
python-rapidjson==1.0
python-rapidjson<=1.6

This problem is due to the latest release of rapid-json. We had a similar issue in cirq-superstaq: https://github.com/SupertechLabs/cirq-superstaq/pull/289

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ahh good catch.


python-dateutil~=2.8.1
qcs-api-client~=0.8.0
retrying~=1.3.3
Expand Down