Daankular commited on
Commit
2ca31da
·
1 Parent(s): 05165c5

Add open3d to requirements: needed by mvadapter pipeline_texture (Python 3.10 has wheels)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -29,7 +29,7 @@ xformers
29
  # 3D / Mesh
30
  trimesh
31
  fast-simplification
32
- # open3d: no Python 3.13 wheels not used in this Space
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