31 lines
690 B
TOML
31 lines
690 B
TOML
[project]
|
|
name = "groundingdino"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"torch>=2.3.1",
|
|
"torchvision>=0.18.1",
|
|
"numpy>=1.24.4",
|
|
"tqdm>=4.66.1",
|
|
"hydra-core>=1.3.2",
|
|
"iopath>=0.1.10",
|
|
"pillow>=9.4.0",
|
|
"opencv-python-headless>=4.8.0",
|
|
"supervision>=0.26.1",
|
|
"pycocotools>=2.0.10",
|
|
"transformers>=4.55.1",
|
|
"addict>=2.4.0",
|
|
"yapf>=0.43.0",
|
|
"timm>=1.0.19",
|
|
"pdf2image>=1.17.0",
|
|
"pip>=25.2",
|
|
"setuptools>=80.9.0",
|
|
"uvicorn>=0.35.0",
|
|
"fastapi>=0.116.1",
|
|
"openai>=1.99.9",
|
|
"starlette>=0.47.2",
|
|
"python-multipart>=0.0.20",
|
|
]
|