Commit 53a4eeb
authored
build: require python-neo-lzf>=0.3.5 and remove ARM64 workarounds (#59)
The upstream package `python-neo-lzf` v0.3.5 now provides pre-built wheels for Linux aarch64.
This commit:
- Bumps the dependency to `python-neo-lzf>=0.3.5`.
- Removes the conditional fallback to `python-lzf`.
- Cleans up `pyproject.toml` to use standard dependencies for all platforms.y
Signed-off-by: urasakikeisuke <keisuke.urasaki@map4.jp>1 parent d8786f2 commit 53a4eeb
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 9 | + | |
19 | 10 | | |
20 | 11 | | |
21 | 12 | | |
| |||
0 commit comments