MTerryJack commited on
Commit
559bbdb
·
verified ·
1 Parent(s): dc7e52a

Recover missing artifacts

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