Skip to content

Commit 56deaf7

Browse files
Update cirq-core requirement from <1.5.0,>=1.3.0 to >=1.3.0,<1.6.0 (#229)
Updates the requirements on [cirq-core](https://github.com/quantumlib/cirq) to permit the latest version. - [Release notes](https://github.com/quantumlib/cirq/releases) - [Changelog](https://github.com/quantumlib/Cirq/blob/main/release.md) - [Commits](quantumlib/Cirq@v1.3.0...v1.5.0) --- updated-dependencies: - dependency-name: cirq-core dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d95a254 commit 56deaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Discord = "https://discord.gg/TPBU2sa8Et"
3737
"Launch on Lab" = "https://account.qbraid.com/?gitHubUrl=https://github.com/qBraid/qbraid-qir.git"
3838

3939
[project.optional-dependencies]
40-
cirq = ["cirq-core>=1.3.0,<1.5.0"]
40+
cirq = ["cirq-core>=1.3.0,<1.6.0"]
4141
qasm3 = ["pyqasm>=0.4.0,<0.5.0", "numpy"]
4242
test = ["qbraid>=0.9.0,<0.10.0", "pytest", "pytest-cov", "autoqasm>=0.1.0"]
4343
lint = ["black", "isort", "pylint", "qbraid-cli>=0.10.1"]

0 commit comments

Comments
 (0)