Commit d8786f2
authored
build: limit python-lzf fallback to Linux aarch64 only (#58)
In v1.4.1, the dependency was switched to `python-lzf` for all ARM64 platforms to resolve installation issues.
However, `python-neo-lzf` already provides Universal2 wheels for macOS (supporting Apple Silicon), so the fallback is strictly necessary only for Linux aarch64 environments where pre-built wheels are missing.
This commit refines the PEP 508 environment markers to:
- Use `python-lzf` ONLY on Linux aarch64/arm64.
- Restore `python-neo-lzf` for macOS ARM64 (and continue using it for x86_64).1 parent b1949b2 commit d8786f2
1 file changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments