fix: for CUDA version >= 12.6
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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",
|
||||
]
|
Reference in New Issue
Block a user