cat-detection / pyproject.toml
Isa0's picture
chore: update python version
a2bf021
raw
history blame contribute delete
206 Bytes
[project]
name = "cat-detection"
version = "0.1.0"
description = "Detects cats"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"onnxruntime>=1.26.0",
"opencv-python>=4.13.0.92",
]