mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Remove onnxslim from pyproject.toml due to Jetson6 docker tests failing (#21304)
Signed-off-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com> Co-authored-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com> Co-authored-by: Laughing-q <1185102784@qq.com>
This commit is contained in:
parent
ceeb58317b
commit
30e7d2e633
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,6 @@ dev = [
|
|||
]
|
||||
export = [
|
||||
"onnx>=1.12.0,<1.18.0", # ONNX export
|
||||
"onnxslim>=0.1.59", # ONNX model optimization
|
||||
"coremltools>=8.0; platform_system != 'Windows' and python_version <= '3.13'", # CoreML supported on macOS and Linux
|
||||
"scikit-learn>=1.3.2; platform_system != 'Windows' and python_version <= '3.13'", # CoreML k-means quantization
|
||||
"openvino>=2024.0.0", # OpenVINO export
|
||||
|
|
|
|||
Loading…
Reference in a new issue