Skip to content

Commit 2cdfcf6

Browse files
committed
remove numpy pin (ci test matrix sets numpy 1 or 2)
1 parent 109768f commit 2cdfcf6

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
@@ -51,7 +51,7 @@ dev = [
5151
"keras>=3.0,<4",
5252
"matplotlib",
5353
"monai", # for model testing
54-
"numpy<2.0", # for current typing
54+
"numpy",
5555
"onnx",
5656
"onnxruntime",
5757
"packaging>=17.0",

0 commit comments

Comments
 (0)