scorevision: push artifact
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 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",
|
|
|
|
| 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",
|