Skip to content

Commit 2aa0c6a

Browse files
committed
pin numpy<2 for dev
1 parent 3ae64cb commit 2aa0c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dev = [
5151
"keras>=3.0,<4",
5252
"matplotlib",
5353
"monai", # for model testing
54+
"numpy<2.0", # for current typing
5455
"onnx",
5556
"onnxruntime",
5657
"packaging>=17.0",

0 commit comments

Comments
 (0)