Spaces:
Sleeping
Sleeping
File size: 549 Bytes
57fb0f8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[tool.poetry]
name = "ppe-detector-yolov10"
version = "0.1.0"
description = ""
authors = ["Alper Balbay <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
onnxruntime = "^1.18.1"
gradio = "^4.37.2"
onnx = "^1.16.1"
opencv-contrib-python = "^4.10.0.84"
pyyaml = "^6.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
ipython = "^8.26.0"
ipykernel = "^6.29.5"
jupyter = "^1.0.0"
ruff = "^0.5.0"
pre-commit = "^3.7.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|