Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ torchvision==0.17.2+cu121 # must match Torch’s build
|
|
| 5 |
|
| 6 |
# ---------- Extra index that hosts the PyTorch3D binary wheels ----------
|
| 7 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
| 8 |
-
pytorch3d==0.7.
|
| 9 |
|
| 10 |
black
|
| 11 |
einops
|
|
@@ -39,4 +39,4 @@ accelerate==0.32.1
|
|
| 39 |
gradio==4.44.1
|
| 40 |
pydantic==2.10.6
|
| 41 |
gdown
|
| 42 |
-
xformers==0.0.
|
|
|
|
| 5 |
|
| 6 |
# ---------- Extra index that hosts the PyTorch3D binary wheels ----------
|
| 7 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
| 8 |
+
pytorch3d==0.7.8+pt2.2.2cu121 # ← EXACT tag; NO “git+…” line
|
| 9 |
|
| 10 |
black
|
| 11 |
einops
|
|
|
|
| 39 |
gradio==4.44.1
|
| 40 |
pydantic==2.10.6
|
| 41 |
gdown
|
| 42 |
+
xformers==0.0.25.post1
|