Skip to content

Commit 48ba532

Browse files
committed
build: remove armv7 build target because it is not easy to build numpy for it
1 parent c601820 commit 48ba532

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

-14 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "maturin"
66
name = "e57"
77
dependencies = [
88
'pytest',
9-
'numpy==1.25.1',
9+
'numpy',
1010
]
1111
description = "Read e57 files to Python. E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications."
1212
authors = [

0 commit comments

Comments
 (0)