Spaces:
Running on Zero
Running on Zero
Add open3d to requirements: needed by mvadapter pipeline_texture (Python 3.10 has wheels)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -29,7 +29,7 @@ xformers
|
|
| 29 |
# 3D / Mesh
|
| 30 |
trimesh
|
| 31 |
fast-simplification
|
| 32 |
-
#
|
| 33 |
# pymeshlab: no Python 3.13 wheels — not used in this Space
|
| 34 |
pygltflib
|
| 35 |
# pyrender: no Python 3.13 wheels — not used in this Space
|
|
|
|
| 29 |
# 3D / Mesh
|
| 30 |
trimesh
|
| 31 |
fast-simplification
|
| 32 |
+
open3d # needed by mvadapter pipeline_texture.py (Space runs Python 3.10 which has wheels)
|
| 33 |
# pymeshlab: no Python 3.13 wheels — not used in this Space
|
| 34 |
pygltflib
|
| 35 |
# pyrender: no Python 3.13 wheels — not used in this Space
|