File tree Expand file tree Collapse file tree 2 files changed +365
-2724
lines changed
Expand file tree Collapse file tree 2 files changed +365
-2724
lines changed Original file line number Diff line number Diff 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')" ,
You can’t perform that action at this time.
0 commit comments