Skip to content

Commit a0e7065

Browse files
authored
Merge pull request #5 from compTAG/feature/gha-publish-pypi
Add trimesh dependency for preprocessing meshes
2 parents 28a6c8e + ed6f95b commit a0e7065

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyect"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "Generalized computation of the weighted Euler characteristic transform using PyTorch."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -21,6 +21,7 @@ dependencies = [
2121
"Pillow",
2222
"numpy",
2323
"torchvision",
24+
"trimesh"
2425
]
2526

2627
classifiers = [

0 commit comments

Comments
 (0)