Skip to content

Commit c601820

Browse files
committed
fix: pin numpy version
1 parent 56c9e31 commit c601820

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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',
9+
'numpy==1.25.1',
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)