From 34c46619262aaa382592969db8b3d4df3255097a Mon Sep 17 00:00:00 2001 From: tnxz <91027295+tnxz@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:05:47 +0530 Subject: [PATCH] fix(setup): include pywavefront and trimesh in install_requires --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5adbee3cec..254be94549 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,6 +48,7 @@ install_requires = pygments PyOpenGL pyperclip + pywavefront pyyaml rich scipy @@ -56,6 +57,7 @@ install_requires = skia-pathops svgelements>=1.8.1 sympy + trimesh tqdm typing-extensions; python_version < "3.11" validators