Recover missing artifacts
Browse files- 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 |
+
]
|