Update dependencies

This commit is contained in:
henryruhs 2024-09-20 19:46:48 +02:00
parent 13761af044
commit 54d75dde18
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ if is_macos():
else:
ONNXRUNTIMES['default'] = ('onnxruntime', '1.19.2')
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.19.2')
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.18.0')
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.19.0')
if is_linux():
ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0')
if is_windows():

View File

@ -1,6 +1,6 @@
filetype==1.2.0
gradio==4.44.0
gradio_rangeslider==0.0.6
gradio-rangeslider==0.0.6
numpy==2.1.0
onnx==1.16.2
onnxruntime==1.19.2