Element-Detect-Forklift / pyproject.toml
MTerryJack's picture
Upload 9 files
4fc4281 verified
raw
history blame contribute delete
199 Bytes
[project]
name = "forklift-and-personal-detection-3"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"numpy>=1.26",
"pillow>=10.0",
"ultralytics>=8.0.0",
"onnxruntime>=1.17",
]