Skip to content

Commit

Permalink
Remove limit on cirq (#867)
Browse files Browse the repository at this point in the history
* Fix gate equality failure in QuadraticFermionicSimulationGate.

Address #865. Bump cirq version to 1.3.0.

* Remove duplicated env files.

These are now saved under envs/
  • Loading branch information
fdmalone authored Jan 17, 2024
1 parent 39a0b08 commit 07cfa0a
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 1,181 deletions.
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

0 comments on commit 07cfa0a

Please sign in to comment.