Skip to content

Commit 7558449

Browse files
perf+install: speed up igneous import time by dropping trimesh
Trimesh is no longer needed.
1 parent b3d1c36 commit 7558449

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

igneous/tasks/mesh/multires.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import DracoPy
3333
import fastremap
3434
import pyfqmr
35-
import trimesh
3635
import zmesh
3736

3837
from .draco import draco_encoding_settings

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ shard-computer
2323
tinybrain>=1.5.0
2424
task-queue>=2.4.0
2525
tqdm
26-
trimesh[easy]
2726
xs3d>=1.12.2
2827
zmesh>=1.9.0,<2.0

0 commit comments

Comments
 (0)