Skip to content

Commit d5ead7a

Browse files
Z3 (currently?) does not run on linux/arm64
1 parent 0421863 commit d5ead7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ dependencies = [
6666
'showast2>=0.3.1',
6767
'svglib>=1.1.0',
6868
'yapf>=0.31.0',
69-
'z3-solver>=4.8.13.0;platform_machine == "x86_64"', # Z3 runs on x86 only
69+
# Z3 does not run on linux/arm64
70+
'z3-solver>=4.8.13.0;sys_platform != "linux" or platform_machine != "aarch64"',
7071
]
7172

7273
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)