pablovela5620 commited on
Commit
103ef6d
1 Parent(s): d15eb7c

Upload pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +5 -3
pyproject.toml CHANGED
@@ -25,13 +25,15 @@ dependencies = [
25
  "jaxtyping>=0.2.33",
26
  "beartype>=0.18.5",
27
  "einops>=0.8.0",
28
- "gradio>=4.41.0",
29
  "scipy>=1.14.0",
30
  # # not in conda dependencies
31
  "roma>=1.5",
32
  "safetensors>=0.4.3",
33
  "hf-transfer>=0.1.6",
34
- "gradio-rerun>=0.0.8", "pillow-heif>=0.20.0,<0.21", "build>=1.2.2.post1,<2",
 
 
35
  ]
36
 
37
  [tool.setuptools.packages.find]
@@ -108,8 +110,8 @@ pip = ">=24.2,<25"
108
  rerun-sdk = ">=0.19.0,<0.20"
109
 
110
  [tool.pixi.pypi-dependencies]
111
- mini-dust3r = { path = "dist/mini_dust3r-0.1.3-py3-none-any.whl" }
112
  # mini-dust3r = { path = ".", editable = true }
 
113
 
114
  [tool.pixi.target.linux-64.dependencies]
115
  cuda = { version = "12.1", channel = "nvidia/label/cuda-12.1.0" }
 
25
  "jaxtyping>=0.2.33",
26
  "beartype>=0.18.5",
27
  "einops>=0.8.0",
28
+ "gradio>=4.41.0,<5",
29
  "scipy>=1.14.0",
30
  # # not in conda dependencies
31
  "roma>=1.5",
32
  "safetensors>=0.4.3",
33
  "hf-transfer>=0.1.6",
34
+ "gradio-rerun>=0.0.8",
35
+ "pillow-heif>=0.20.0,<0.21",
36
+ "build>=1.2.2.post1,<2",
37
  ]
38
 
39
  [tool.setuptools.packages.find]
 
110
  rerun-sdk = ">=0.19.0,<0.20"
111
 
112
  [tool.pixi.pypi-dependencies]
 
113
  # mini-dust3r = { path = ".", editable = true }
114
+ mini-dust3r = { path = "dist/mini_dust3r-0.1.3-py3-none-any.whl" }
115
 
116
  [tool.pixi.target.linux-64.dependencies]
117
  cuda = { version = "12.1", channel = "nvidia/label/cuda-12.1.0" }