Skip to content

Commit 3e5ee11

Browse files
committed
chore(deps): exclude lz4 4.4.3 which has build issues on aarch64
It has build issues on Ubuntu Noble for aarch64, so no wheels are published upstream: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Ilz4libs -I/opt/_internal/cpython-3.9.20/include/python3.9 -c lz4libs/lz4.c -o build/temp.linux-aarch64-cpython-39/lz4libs/lz4.o -O3 -Wall -Wundef gcc: internal compiler error: Segmentation fault signal terminated program cc1 We will see if the issue is fixed in future updates.
1 parent aa4a64c commit 3e5ee11

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[project]
44
authors = [{ name = "ONEKEY", email = "support@onekey.com" }]
5+
6+
# Operators supported: https://packaging.python.org/en/latest/specifications/version-specifiers/#id5
57
dependencies = [
68
"arpy>=2.3.0",
79
"attrs>=23.1.0",
@@ -11,7 +13,7 @@ dependencies = [
1113
"jefferson>=0.4.5",
1214
"lark>=1.1.8",
1315
"lief>=0.16.1",
14-
"lz4>=4.3.2",
16+
"lz4>=4.3.2,!=4.4.3", # 4.4.3 doesn't have aarch64 wheels https://github.com/python-lz4/python-lz4/pull/298
1517
"plotext>=4.2.0,<6.0",
1618
"pluggy>=1.3.0",
1719
"pyfatfs>=1.0.5",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)