Skip to content

Commit 867a53c

Browse files
boost numpy and onnxruntime
1 parent 5e14712 commit 867a53c

File tree

2 files changed

+365
-2724
lines changed

2 files changed

+365
-2724
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ dependencies = [
172172
# Fast LAP/Hungarian solver for data association
173173
"lapx<1.0.0,>=0.5.5",
174174
"loguru<1.0.0,>=0.7.2",
175-
"numpy",
175+
"numpy>2.0.0",
176176
"regex<2025.0.0,>=2024.0.0",
177177

178178
"scikit-learn<2.0.0,>=1.3.0",
@@ -237,7 +237,7 @@ tflite = [
237237
"onnx2tf>=1.18.0 ; python_version < '3.13' and (sys_platform == 'linux' or sys_platform == 'win32')",
238238

239239
"onnx==1.17.0 ; python_version < '3.13' and (sys_platform == 'linux' or sys_platform == 'win32')",
240-
"onnxruntime==1.18.1 ; python_version < '3.13' and (sys_platform == 'linux' or sys_platform == 'win32')",
240+
"onnxruntime==1.23.2 ; python_version < '3.13' and (sys_platform == 'linux' or sys_platform == 'win32')",
241241
"onnxsim==0.4.33 ; python_version < '3.13' and (sys_platform == 'linux' or sys_platform == 'win32')",
242242

243243
"onnx_graphsurgeon>=0.3.26 ; python_version < '3.13' and (sys_platform == 'linux' or sys_platform == 'win32')",

0 commit comments

Comments
 (0)