Skip to content

Commit f98c52f

Browse files
committed
removing cpu extra
1 parent aba130d commit f98c52f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ cirq = [
3838
"cirq-core>=1.4.1",
3939
"cirq-core[contrib]>=1.4.1",
4040
]
41-
pyqrack-cpu = [
42-
43-
]
44-
pyqrack = [
45-
"pyqrack>=1.38.2",
41+
pyqrack-opencl = [
42+
"pyqrack>=1.38.2 ; sys_platform != 'darwin'",
4643
]
4744
pyqrack-cuda = [
4845
"pyqrack-cuda>=1.38.2",

0 commit comments

Comments
 (0)