Skip to content

Commit ef71806

Browse files
authored
Merge branch 'main' into david/571-kirin-upgrade-branch
2 parents 29d7e96 + b450a22 commit ef71806

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.69.1",
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.69.1",
4444
]
4545
pyqrack-cuda = [
46-
"pyqrack-cuda>=1.69.1",
46+
"pyqrack-cuda~=1.69.1",
4747
]
4848
stim = [
4949
"stim>=1.15.0",

0 commit comments

Comments
 (0)