cavargas10 commited on
Commit
37a42f3
verified
1 Parent(s): 7a53f72

Upload 2 files

Browse files
Files changed (2) hide show
  1. .python-version +1 -0
  2. pyproject.toml +35 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.10
pyproject.toml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "unique3d"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ dependencies = [
8
+ "accelerate>=1.10.1",
9
+ "datasets>=4.0.0",
10
+ "diffusers==0.33.1",
11
+ "fire>=0.7.1",
12
+ "gradio>=5.44.1",
13
+ "hf-transfer>=0.1.9",
14
+ "jaxtyping>=0.3.2",
15
+ "numpy<2",
16
+ "omegaconf>=2.3.0",
17
+ "opencv-python-headless>=4.11.0.86",
18
+ "peft>=0.17.1",
19
+ "pygltflib>=1.16.5",
20
+ "pymeshlab==2023.12.post3",
21
+ "pytorch3d",
22
+ "rembg[gpu]==2.0.62",
23
+ "spaces>=0.40.1",
24
+ "torch==2.2.0",
25
+ "torch-scatter",
26
+ "transformers==4.48.2",
27
+ "trimesh>=4.7.4",
28
+ "typeguard>=4.4.4",
29
+ "wandb>=0.21.3",
30
+ "xformers==0.0.24",
31
+ ]
32
+
33
+ [tool.uv.sources]
34
+ pytorch3d = { url = "https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt221/pytorch3d-0.7.6-cp310-cp310-linux_x86_64.whl" }
35
+ torch-scatter = { url = "https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl" }