Skip to content

Commit d0e3806

Browse files
committed
chore: constrain maturin version
1 parent 093fdb6 commit d0e3806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zbl_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Repository = "https://github.com/modelflat/zbl"
2828
example = ["opencv-python~=4.6.0"]
2929

3030
[build-system]
31-
requires = ["maturin"]
31+
requires = ["maturin>=1.0,<2.0"]
3232
build-backend = "maturin"

0 commit comments

Comments
 (0)