From ed6f95b61fb18962e44894ee61e691ae39a3831e Mon Sep 17 00:00:00 2001 From: quistew Date: Wed, 3 Dec 2025 22:21:47 -0700 Subject: [PATCH] Add trimesh dependency for preprocessing meshes --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8809a29..cabf9c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyect" -version = "0.1.6" +version = "0.1.7" description = "Generalized computation of the weighted Euler characteristic transform using PyTorch." readme = "README.md" requires-python = ">=3.8" @@ -21,6 +21,7 @@ dependencies = [ "Pillow", "numpy", "torchvision", + "trimesh" ] classifiers = [