Skip to content

Commit fb444cb

Browse files
committed
Update PyQrack version
1 parent db85cf0 commit fb444cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"rich>=13.9.4",
1818
"pydantic>=1.3.0,<2.11.0",
1919
"pandas>=2.2.3",
20-
"pyqrack-cpu~=1.69.1",
20+
"pyqrack-cpu>=1.70.4",
2121
]
2222

2323
[project.optional-dependencies]
@@ -40,10 +40,10 @@ cirq = [
4040
"qpsolvers[clarabel]>=4.7.0",
4141
]
4242
pyqrack-opencl = [
43-
"pyqrack~=1.69.1",
43+
"pyqrack>=1.70.4",
4444
]
4545
pyqrack-cuda = [
46-
"pyqrack-cuda~=1.69.1",
46+
"pyqrack-cuda>=1.70.4",
4747
]
4848
stim = [
4949
"stim>=1.15.0",

0 commit comments

Comments
 (0)