Spaces:
Build error
Build error
Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +4 -3
pyproject.toml
CHANGED
@@ -11,7 +11,7 @@ requires = ["setuptools"]
|
|
11 |
build-backend = "setuptools.build_meta"
|
12 |
|
13 |
[tool.setuptools.packages.find]
|
14 |
-
include = ["
|
15 |
|
16 |
[tool.pixi.project]
|
17 |
channels = ["nvidia/label/cuda-11.8.0", "xformers", "conda-forge", "pytorch"]
|
@@ -58,7 +58,7 @@ 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 |
-
|
62 |
|
63 |
[tool.pixi.dependencies]
|
64 |
python = "3.10.*"
|
@@ -68,7 +68,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 |
-
beartype = ">=0.18.5,<0.19"
|
72 |
rerun-sdk = ">=0.16.1,<0.17"
|
73 |
numpy = "<2.0.0"
|
74 |
jaxtyping = ">=0.2.30,<0.3"
|
@@ -83,6 +82,8 @@ timm = ">=1.0.7,<1.1"
|
|
83 |
wandb = ">=0.16.6,<0.17"
|
84 |
tqdm = ">=4.66.4,<4.67"
|
85 |
gradio = ">=4.39.0,<4.40"
|
|
|
|
|
86 |
|
87 |
[tool.pixi.feature.spaces.pypi-dependencies]
|
88 |
spaces = "*"
|
|
|
11 |
build-backend = "setuptools.build_meta"
|
12 |
|
13 |
[tool.setuptools.packages.find]
|
14 |
+
include = ["mini_nvs_solver*"]
|
15 |
|
16 |
[tool.pixi.project]
|
17 |
channels = ["nvidia/label/cuda-11.8.0", "xformers", "conda-forge", "pytorch"]
|
|
|
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]
|
64 |
python = "3.10.*"
|
|
|
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"
|
|
|
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 |
|
88 |
[tool.pixi.feature.spaces.pypi-dependencies]
|
89 |
spaces = "*"
|