Skip to content

Commit e25911d

Browse files
committed
adding extras to handle pyqrack dependency
1 parent 5a81a6a commit e25911d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ cirq = [
3636
"cirq-core>=1.4.1",
3737
"cirq-core[contrib]>=1.4.1",
3838
]
39+
pyqrack-cpu = [
40+
"pyqrack>=1.38.2 ; sys_platform == 'darwin'",
41+
"pyqrack-cpu>=1.38.2 ; sys_platform != 'darwin'",
42+
]
43+
pyqrack = [
44+
"pyqrack>=1.38.2",
45+
]
46+
pyqrack-cuda = [
47+
"pyqrack-cuda>=1.38.2",
48+
]
3949

4050
[build-system]
4151
requires = ["hatchling"]

0 commit comments

Comments
 (0)