We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28a6c8e + ed6f95b commit a0e7065Copy full SHA for a0e7065
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pyect"
7
-version = "0.1.6"
+version = "0.1.7"
8
description = "Generalized computation of the weighted Euler characteristic transform using PyTorch."
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -21,6 +21,7 @@ dependencies = [
21
"Pillow",
22
"numpy",
23
"torchvision",
24
+ "trimesh"
25
]
26
27
classifiers = [
0 commit comments