yolo_volley_detection_video / pyproject.toml
aiknowyou-nic's picture
demo video
79b1351
raw
history blame contribute delete
438 Bytes
[tool.poetry]
name = "yolo-volley-detection-video"
version = "0.1.0"
description = ""
authors = ["nicola.landro <nicola.landro@digitiamo.com>"]
readme = "README.md"
packages = [{include = "yolo_volley_detection_video"}]
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.23.5"
opencv-python = "^4.6.0.66"
matplotlib = "^3.6.2"
gradio = "^3.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"