Skip to content

Commit f42eb39

Browse files
Minor changes
1 parent 271de5c commit f42eb39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ safetensors = [
8080
]
8181

8282
onnx = [
83-
"onnx >=1.14.0",
84-
"onnx2torch >= 1.5.0",
83+
"onnx>=1.14.0",
84+
"onnx2torch>=1.5.0",
8585
]
8686

8787
openvino = [
88-
"openvino >= 2025.0.0",
88+
"openvino>=2025.0.0",
8989
]
9090

9191
other = [

0 commit comments

Comments
 (0)