From 6fa2da36720d6e832d6c97925ca237f8d22e2964 Mon Sep 17 00:00:00 2001 From: Hugh Perkins Date: Fri, 10 Oct 2025 04:56:37 -0400 Subject: [PATCH] Reduce memory usage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d08e2508e..e96b3bf4f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10,<3.14" dependencies = [ "psutil", - "gstaichi==2.6.0", + "gstaichi==2.6.1", "pydantic>=2.11.0", "numpy>=1.26.4", "trimesh",