Spaces:
Running on Zero
Running on Zero
Remove open3d: conflicts with numpy>=2 (breaks Docker build); TexturePipeline bypassed
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 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
|