Skip to content

Commit 9b13dce

Browse files
codelionclaude
andcommitted
Pin z3-solver<=4.15.4.0 to fix ARM64 Docker builds
Newer z3-solver versions (4.15.8.0, 4.16.0.0) don't ship pre-built ARM64 wheels, causing builds to fail when compiling Z3 from source. Pin to 4.15.4.0 which was the last version with working ARM64 wheels. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 63478f4 commit 9b13dce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"numpy",
2121
"networkx",
2222
"openai",
23-
"z3-solver",
23+
"z3-solver<=4.15.4.0",
2424
"aiohttp",
2525
"flask",
2626
"torch",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
networkx
33
openai
4-
z3-solver
4+
z3-solver<=4.15.4.0
55
aiohttp
66
flask
77
torch

requirements_proxy_only.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ requests
77
cerebras_cloud_sdk
88
numpy
99
networkx
10-
z3-solver
10+
z3-solver<=4.15.4.0
1111
sympy
1212
math_verify

0 commit comments

Comments
 (0)