Skip to content

Commit aba130d

Browse files
committed
updating pyqrack dependencies with platform specific flags
1 parent e25911d commit aba130d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
"rich>=13.9.4",
1818
"pydantic>=1.3.0,<2.11.0",
1919
"pandas>=2.2.3",
20+
"pyqrack>=1.38.2 ; sys_platform == 'darwin'",
21+
"pyqrack-cpu>=1.38.2 ; sys_platform != 'darwin'",
2022
]
2123

2224
[project.optional-dependencies]
@@ -37,8 +39,7 @@ cirq = [
3739
"cirq-core[contrib]>=1.4.1",
3840
]
3941
pyqrack-cpu = [
40-
"pyqrack>=1.38.2 ; sys_platform == 'darwin'",
41-
"pyqrack-cpu>=1.38.2 ; sys_platform != 'darwin'",
42+
4243
]
4344
pyqrack = [
4445
"pyqrack>=1.38.2",

0 commit comments

Comments
 (0)