Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +3 -3
pyproject.toml
CHANGED
@@ -8,6 +8,8 @@ dependencies = [
|
|
8 |
"mmcv-lite>=2.2.0,<2.3",
|
9 |
"hf-transfer>=0.1.8,<0.2",
|
10 |
"build>=1.2.2.post1,<2",
|
|
|
|
|
11 |
]
|
12 |
|
13 |
[build-system]
|
@@ -104,9 +106,7 @@ torchcodec = { version = ">=0.2.1", index = "https://download.pytorch.org/whl/ni
|
|
104 |
# xformers = { git = "https://github.com/facebookresearch/xformers.git", rev = "main" }
|
105 |
vggt = { git = "https://github.com/facebookresearch/vggt.git", rev = "f8bf73ac25d5089cca2d6540a185697087fa2255" }
|
106 |
monopriors = { git = "https://github.com/pablovela5620/monoprior.git", rev = "90fe03ab3a4ee1b8df542d5b8638bf034d933757" }
|
107 |
-
|
108 |
-
gradio-rerun = { path = "dist/gradio_rerun-0.0.8-py3-none-any.whl" }
|
109 |
-
rerun-sdk = { url = "https://github.com/rerun-io/rerun/releases/download/prerelease/rerun_sdk-0.23.0a3+dev-cp39-abi3-manylinux_2_31_x86_64.whl" }
|
110 |
simplecv = { git = "https://github.com/pablovela5620/simplecv.git", rev = "e39f6d87126d8348e40fd2b46c30ced5d76cad76" }
|
111 |
|
112 |
|
|
|
8 |
"mmcv-lite>=2.2.0,<2.3",
|
9 |
"hf-transfer>=0.1.8,<0.2",
|
10 |
"build>=1.2.2.post1,<2",
|
11 |
+
"gradio-rerun>=0.23",
|
12 |
+
|
13 |
]
|
14 |
|
15 |
[build-system]
|
|
|
106 |
# xformers = { git = "https://github.com/facebookresearch/xformers.git", rev = "main" }
|
107 |
vggt = { git = "https://github.com/facebookresearch/vggt.git", rev = "f8bf73ac25d5089cca2d6540a185697087fa2255" }
|
108 |
monopriors = { git = "https://github.com/pablovela5620/monoprior.git", rev = "90fe03ab3a4ee1b8df542d5b8638bf034d933757" }
|
109 |
+
rerun-sdk = { url = "https://github.com/rerun-io/rerun/releases/download/0.23.0/rerun_sdk-0.23.0-cp39-abi3-manylinux_2_31_x86_64.whl" }
|
|
|
|
|
110 |
simplecv = { git = "https://github.com/pablovela5620/simplecv.git", rev = "e39f6d87126d8348e40fd2b46c30ced5d76cad76" }
|
111 |
|
112 |
|