rtdetr / pyproject.toml
slaypni's picture
Initial commit
e5b2856
raw
history blame contribute delete
No virus
389 Bytes
[tool.poetry]
name = "rtdetr-space"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
gradio = "^4.14.0"
onnxruntime = "^1.16.3"
numpy = "^1.26.3"
opencv-python = "^4.9.0.80"
pillow = "^10.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"