Skip to content

Commit 0421863

Browse files
Z3 does not run on arm
1 parent 986bdb3 commit 0421863

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
'enforce>=0.3.4',
4141
'graphviz>=0.14.2',
4242
'ipython>=7.16.1',
43-
"isla-solver>=0.8.9;python_version >= '3.10'",
43+
'isla-solver>=0.8.9;python_version >= "3.10"', # ISLa wants 3.10 or newer
4444
'lxml>=4.5.1',
4545
'Markdown>=3.3.4',
4646
'markdown>=3.4.3',
@@ -66,8 +66,7 @@ dependencies = [
6666
'showast2>=0.3.1',
6767
'svglib>=1.1.0',
6868
'yapf>=0.31.0',
69-
'z3-solver>=4.8.13.0',
70-
"isla-solver>=0.8.2; python_version >= '3.10'",
69+
'z3-solver>=4.8.13.0;platform_machine == "x86_64"', # Z3 runs on x86 only
7170
]
7271

7372
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)