Spaces:
Running
on
Zero
Running
on
Zero
pablovela5620
commited on
Commit
•
df0a92b
1
Parent(s):
3a0a7b7
Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +9 -5
pyproject.toml
CHANGED
@@ -4,7 +4,12 @@ version = "0.1.0"
|
|
4 |
description = "Add a short description here"
|
5 |
authors = [{ name = "Pablo Vela", email = "[email protected]" }]
|
6 |
requires-python = ">= 3.10"
|
7 |
-
dependencies = [
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
[build-system]
|
10 |
requires = ["setuptools"]
|
@@ -18,7 +23,7 @@ channels = ["nvidia/label/cuda-11.8.0", "xformers", "conda-forge", "pytorch"]
|
|
18 |
platforms = ["linux-64"]
|
19 |
|
20 |
[tool.pixi.system-requirements]
|
21 |
-
libc = { family = "glibc", version = "2.
|
22 |
|
23 |
[tool.pixi.activation]
|
24 |
scripts = [".pixi.sh"]
|
@@ -57,7 +62,6 @@ description = "Runs Gradio frontend for depth comparison"
|
|
57 |
depends_on = ["_install-wheel"]
|
58 |
|
59 |
[tool.pixi.pypi-dependencies]
|
60 |
-
monopriors = { url = "https://test-files.pythonhosted.org/packages/8e/c1/f02361c406ab5e780aade6e6285ce30e1c99ad71633281286092d24e4bcf/monopriors-0.1.2-py3-none-any.whl" }
|
61 |
mini-nvs-solver = { path = ".", editable = true }
|
62 |
|
63 |
[tool.pixi.dependencies]
|
@@ -68,7 +72,6 @@ pytorch-cuda = { version = "11.8.*", channel = "pytorch" }
|
|
68 |
pytorch = { version = "2.3.*", channel = "pytorch" }
|
69 |
torchvision = { version = "0.18.*", channel = "pytorch" }
|
70 |
xformers = { version = ">=0.0.26.post1,<0.0.27", channel = "xformers" }
|
71 |
-
rerun-sdk = ">=0.16.1,<0.17"
|
72 |
numpy = "<2.0.0"
|
73 |
jaxtyping = ">=0.2.30,<0.3"
|
74 |
einops = ">=0.8.0,<0.9"
|
@@ -81,10 +84,11 @@ icecream = ">=2.1.3,<2.2"
|
|
81 |
timm = ">=1.0.7,<1.1"
|
82 |
wandb = ">=0.16.6,<0.17"
|
83 |
tqdm = ">=4.66.4,<4.67"
|
84 |
-
gradio = ">=4.39.0,<4.40"
|
85 |
beartype = ">=0.18.5,<0.19"
|
86 |
pyperclip = "==1.8.2"
|
87 |
zip = ">=3.0,<4"
|
|
|
|
|
88 |
|
89 |
[tool.pixi.feature.spaces.pypi-dependencies]
|
90 |
spaces = "*"
|
|
|
4 |
description = "Add a short description here"
|
5 |
authors = [{ name = "Pablo Vela", email = "[email protected]" }]
|
6 |
requires-python = ">= 3.10"
|
7 |
+
dependencies = [
|
8 |
+
"monopriors>=0.1.0,<0.2",
|
9 |
+
"mmcv-lite>=2.2.0,<3",
|
10 |
+
"calibur>=0.0.1,<0.0.2",
|
11 |
+
"gradio-rerun>=0.0.4,<0.0.5",
|
12 |
+
]
|
13 |
|
14 |
[build-system]
|
15 |
requires = ["setuptools"]
|
|
|
23 |
platforms = ["linux-64"]
|
24 |
|
25 |
[tool.pixi.system-requirements]
|
26 |
+
libc = { family = "glibc", version = "2.32" }
|
27 |
|
28 |
[tool.pixi.activation]
|
29 |
scripts = [".pixi.sh"]
|
|
|
62 |
depends_on = ["_install-wheel"]
|
63 |
|
64 |
[tool.pixi.pypi-dependencies]
|
|
|
65 |
mini-nvs-solver = { path = ".", editable = true }
|
66 |
|
67 |
[tool.pixi.dependencies]
|
|
|
72 |
pytorch = { version = "2.3.*", channel = "pytorch" }
|
73 |
torchvision = { version = "0.18.*", channel = "pytorch" }
|
74 |
xformers = { version = ">=0.0.26.post1,<0.0.27", channel = "xformers" }
|
|
|
75 |
numpy = "<2.0.0"
|
76 |
jaxtyping = ">=0.2.30,<0.3"
|
77 |
einops = ">=0.8.0,<0.9"
|
|
|
84 |
timm = ">=1.0.7,<1.1"
|
85 |
wandb = ">=0.16.6,<0.17"
|
86 |
tqdm = ">=4.66.4,<4.67"
|
|
|
87 |
beartype = ">=0.18.5,<0.19"
|
88 |
pyperclip = "==1.8.2"
|
89 |
zip = ">=3.0,<4"
|
90 |
+
gradio = ">=4.40.0,<5"
|
91 |
+
rerun-sdk = ">=0.17.0,<0.18"
|
92 |
|
93 |
[tool.pixi.feature.spaces.pypi-dependencies]
|
94 |
spaces = "*"
|