Skip to content

Commit 9b6d627

Browse files
committed
To enable testing in python 3.9 we need numpy. Also going to the current minimal supported version
1 parent 96ad9ff commit 9b6d627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ max-doc-length = 88
148148
[dependency-groups]
149149
dev = [
150150
"maturin>=1.8.1",
151-
"numpy>1.24.4 ; python_full_version >= '3.10'",
151+
"numpy>1.25.0",
152152
"pytest>=7.4.4",
153153
"ruff>=0.9.1",
154154
"toml>=0.10.2",

0 commit comments

Comments
 (0)