We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986bdb3 commit 0421863Copy full SHA for 0421863
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
'enforce>=0.3.4',
41
'graphviz>=0.14.2',
42
'ipython>=7.16.1',
43
- "isla-solver>=0.8.9;python_version >= '3.10'",
+ 'isla-solver>=0.8.9;python_version >= "3.10"', # ISLa wants 3.10 or newer
44
'lxml>=4.5.1',
45
'Markdown>=3.3.4',
46
'markdown>=3.4.3',
@@ -66,8 +66,7 @@ dependencies = [
66
'showast2>=0.3.1',
67
'svglib>=1.1.0',
68
'yapf>=0.31.0',
69
- 'z3-solver>=4.8.13.0',
70
- "isla-solver>=0.8.2; python_version >= '3.10'",
+ 'z3-solver>=4.8.13.0;platform_machine == "x86_64"', # Z3 runs on x86 only
71
]
72
73
[tool.setuptools.packages.find]
0 commit comments