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

Remove limit on cirq #867

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cirq-core~=1.0,<1.3.0
cirq-core~=1.0
deprecation
h5py>=2.8
networkx
Expand Down
282 changes: 0 additions & 282 deletions dev_tools/requirements/dev.env.txt

This file was deleted.

2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
cirq-core==1.2.0
cirq-core==1.3.0
# via -r deps/runtime.txt
click==8.1.7
# via
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/format.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# via
# -c envs/dev.env.txt
# requests
cirq-core==1.2.0
cirq-core==1.3.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/mypy.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.3.2
# via
# -c envs/dev.env.txt
# requests
cirq-core==1.2.0
cirq-core==1.3.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pylint.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# via
# -c envs/dev.env.txt
# requests
cirq-core==1.2.0
cirq-core==1.3.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pytest-extra.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ charset-normalizer==3.3.2
# via
# -c envs/dev.env.txt
# requests
cirq-core==1.2.0
cirq-core==1.3.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pytest.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ charset-normalizer==3.3.2
# via
# -c envs/dev.env.txt
# requests
cirq-core==1.2.0
cirq-core==1.3.0
# via
# -c envs/dev.env.txt
# -r deps/runtime.txt
Expand Down
Loading
Loading