Skip to content

Commit 44fbb3c

Browse files
committed
Specify uv environments
1 parent 42d319c commit 44fbb3c

File tree

2 files changed

+496
-627
lines changed

2 files changed

+496
-627
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ ignore = [
260260

261261
[tool.uv]
262262
required-version = ">=0.5.20"
263+
environments = [
264+
"sys_platform == 'darwin' and platform_machine == 'arm64'",
265+
"sys_platform == 'linux'",
266+
"sys_platform == 'win32' and platform_machine != 'arm64'",
267+
]
263268

264269
[tool.uv.sources]
265270
mqt-qecc = { workspace = true }

0 commit comments

Comments
 (0)