Daankular commited on
Commit
011935b
·
1 Parent(s): 482b367

Remove open3d: conflicts with numpy>=2 (breaks Docker build); TexturePipeline bypassed

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 # 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
 
29
  # 3D / Mesh
30
  trimesh
31
  fast-simplification
32
+ # open3d removed: conflicts with numpy>=2; TexturePipeline is bypassed anyway
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