Spaces:
Running
on
Zero
Running
on
Zero
Update pyproject.toml
Browse files- pyproject.toml +5 -2
pyproject.toml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
[project]
|
| 2 |
-
name = "
|
| 3 |
version = "0.1.0"
|
| 4 |
description = ""
|
| 5 |
readme = "README.md"
|
|
@@ -13,9 +13,12 @@ dependencies = [
|
|
| 13 |
"spaces>=0.32.0",
|
| 14 |
"supervision>=0.25.1",
|
| 15 |
"torch==2.4.0",
|
| 16 |
-
"transformers>=4.
|
| 17 |
]
|
| 18 |
|
|
|
|
|
|
|
|
|
|
| 19 |
[tool.ruff]
|
| 20 |
line-length = 119
|
| 21 |
|
|
|
|
| 1 |
[project]
|
| 2 |
+
name = "dab-detr-transformers"
|
| 3 |
version = "0.1.0"
|
| 4 |
description = ""
|
| 5 |
readme = "README.md"
|
|
|
|
| 13 |
"spaces>=0.32.0",
|
| 14 |
"supervision>=0.25.1",
|
| 15 |
"torch==2.4.0",
|
| 16 |
+
# "transformers>=4.49.0",
|
| 17 |
]
|
| 18 |
|
| 19 |
+
[tool.poetry.dependencies]
|
| 20 |
+
transformers = {git = "https://github.com/huggingface/transformers.git"}
|
| 21 |
+
|
| 22 |
[tool.ruff]
|
| 23 |
line-length = 119
|
| 24 |
|