From fc13d905db46e7f3e5af2af739e76554775abf4f Mon Sep 17 00:00:00 2001 From: Martin Hohenberg Date: Fri, 19 Jun 2026 10:59:43 +0200 Subject: [PATCH] Add networkx and lxml for trimesh 3MF support Both are required by trimesh's threemf loader as soft dependencies. Co-Authored-By: Claude Sonnet 4.6 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9b56141..4c29c27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,6 @@ cryptography==44.0.3 jinja2==3.1.4 python-multipart==0.0.20 trimesh==4.5.3 +networkx +lxml httpx==0.28.1