Skip to content

Commit

Permalink
Fixes bug, that reports torch not importable although installed befor…
Browse files Browse the repository at this point in the history
  • Loading branch information
nikste authored Nov 16, 2023
1 parent b579761 commit 81f9d23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GroundingDINO/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build-system]
requires = [
"setuptools",
"torch",
"wheel",
"torch"
]
build-backend = "setuptools.build_meta"

0 comments on commit 81f9d23

Please sign in to comment.