Spaces:
Sleeping
Sleeping
pablovela5620
commited on
Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +6 -2
pyproject.toml
CHANGED
@@ -13,7 +13,11 @@ classifiers = [
|
|
13 |
"Programming Language :: Python",
|
14 |
]
|
15 |
readme = "README.md"
|
16 |
-
dependencies = [
|
|
|
|
|
|
|
|
|
17 |
|
18 |
[tool.pixi.project]
|
19 |
name = "mini-dpvo"
|
@@ -66,7 +70,7 @@ post-install = { cmd = "pwd", depends_on = [
|
|
66 |
|
67 |
_build-wheel = "python -m build --no-isolation"
|
68 |
upload-hf = { cmd = "python tools/upload_to_hf.py", depends_on = [
|
69 |
-
"_build-wheel",
|
70 |
] }
|
71 |
|
72 |
demo = """
|
|
|
13 |
"Programming Language :: Python",
|
14 |
]
|
15 |
readme = "README.md"
|
16 |
+
dependencies = [
|
17 |
+
"build>=1.2.2.post1,<2",
|
18 |
+
"mmcv-lite>=2.2.0,<3",
|
19 |
+
"hf-transfer>=0.1.8,<0.2",
|
20 |
+
]
|
21 |
|
22 |
[tool.pixi.project]
|
23 |
name = "mini-dpvo"
|
|
|
70 |
|
71 |
_build-wheel = "python -m build --no-isolation"
|
72 |
upload-hf = { cmd = "python tools/upload_to_hf.py", depends_on = [
|
73 |
+
# "_build-wheel",
|
74 |
] }
|
75 |
|
76 |
demo = """
|