meaculpitt commited on
Commit
4994b67
·
verified ·
1 Parent(s): cdf8632

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. pyproject.toml +10 -0
pyproject.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "onnx-runner-detection"
3
+ version = "0.1.0"
4
+ requires-python = ">=3.9"
5
+ dependencies = [
6
+ "numpy>=1.23",
7
+ "onnxruntime>=1.16",
8
+ "opencv-python>=4.7",
9
+ "pillow>=9.5",
10
+ ]