Skip to content

Commit c64a449

Browse files
authored
Merge pull request #18 from agfianf/fix/installation-windows
fix: remove onnx from required dependencies to fix Windows installation
2 parents 7ff25f5 + 780ecfe commit c64a449

3 files changed

Lines changed: 11 additions & 181 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies = [
1919
"colour-science>=0.4.6",
2020
"scikit-learn>=1.6.1",
2121
"matplotlib>=3.10.1",
22-
"onnx==1.17.0",
2322
"onnxruntime==1.20.1",
2423
"pandas==2.2.3",
2524
"opencv-contrib-python>=4.11.0.86",
@@ -56,6 +55,7 @@ dev = [
5655
]
5756
dev-model = [
5857
"ultralytics==8.3.96",
58+
"onnx>=1.15.0", # For ONNX model export/modification (not needed for inference)
5959
]
6060

6161

0 commit comments

Comments
 (0)