Skip to content

Commit 8726804

Browse files
authored
Merge pull request #1095 from onekey-sec/lz4-downgrade
chore(deps): exclude lz4 4.4.3 which has build issues on aarch64
2 parents aa4a64c + 3e5ee11 commit 8726804

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[project]
44
authors = [{ name = "ONEKEY", email = "[email protected]" }]
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)