Commit b1949b2
authored
build: use python-lzf on aarch64 to fix installation errors (#57)
Updated dependencies to handle Arm64 platform compatibility.The dependency `python-neo-lzf` does not provide pre-built wheels for aarch64 architectures. This causes installation failures with tools like `uv` or `pip` in environments lacking a C compiler, or results in extremely slow builds under QEMU emulation.
This commit modifies `pyproject.toml` to use PEP 508 environment markers:
- Use `python-neo-lzf` on x86_64 (unchanged).
- Switch to `python-lzf` on aarch64/arm64 platforms.
This ensures smoother installation and compatibility on Arm-based devices (e.g., Raspberry Pi, AWS Graviton, Apple Silicon Docker containers).1 parent d53c5e0 commit b1949b2
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
0 commit comments