Skip to content

Commit

Permalink
Updated onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski committed Jan 9, 2025
1 parent fbeda55 commit 8e6518b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ai_ref_kits/intelligent_queue_management/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ numpy==1.26.4
pillow==10.3.0
opencv-python==4.10.0.82
# onnx>1.16.1 doesn't work on windows
onnx==1.16.1
onnx==1.16.1; platform_system == "Windows"
onnx==1.17.0; platform_system != "Windows"
torch==2.5.1
torchvision==0.20.1
supervision==0.11.0
Expand Down

0 comments on commit 8e6518b

Please sign in to comment.