From 06abbf903cae23432228926f41e1268f565b42c5 Mon Sep 17 00:00:00 2001 From: VioletBenin <45892722+VioletBenin@users.noreply.github.com> Date: Sat, 21 Dec 2024 05:41:05 +0800 Subject: [PATCH] Sloved the conflict that both taichi_python and pygel3d libraries has duplicate class names on MacOS (M1) by changing "PyGEL3D == 0.1.0" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4606ab9a..c53930dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "lxml", "tetgen == 0.6.4", "screeninfo", - "PyGEL3D", + "PyGEL3D == 0.1.0", "moviepy >= 2.0.0", "numba", "pymeshlab",