This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new b1d930ec9 Upgrade cirq, sympy and amazon-braket-sdk version (#583)
b1d930ec9 is described below
commit b1d930ec970ea9f3b5e554bfd5fdfdec5d5127ac
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Mon Oct 20 08:19:50 2025 +0800
Upgrade cirq, sympy and amazon-braket-sdk version (#583)
* Upgrade cirq and sympy version
* Upgrade amazon-braket-sdk version
---
pyproject.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 9a250f16e..ae509a7ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,9 +9,9 @@ readme = "README.md"
dependencies = [
"qiskit>=2.2.0,<3.0.0",
"qiskit-aer>=0.17.2,<0.18.0",
- "cirq>=1.3.0,<2.0",
- "amazon-braket-sdk>=1.10.0,<2.0",
- "sympy>=1.9,<2.0",
+ "cirq>=1.5.0,<1.6.0",
+ "amazon-braket-sdk>=1.102.6,<2.0",
+ "sympy>=1.14.0,<2.0",
]
[project.optional-dependencies]