Blessing commited on
Commit
ab63060
1 Parent(s): dd0ae6d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -3,6 +3,8 @@
3
 
4
  # Base ----------------------------------------
5
  ultralytics
 
 
6
  matplotlib>=3.2.2
7
  numpy>=1.22.2 # pinned by Snyk to avoid a vulnerability
8
  opencv-python>=4.6.0
 
3
 
4
  # Base ----------------------------------------
5
  ultralytics
6
+ onnx
7
+ onnxruntime
8
  matplotlib>=3.2.2
9
  numpy>=1.22.2 # pinned by Snyk to avoid a vulnerability
10
  opencv-python>=4.6.0