From f2cae7458eee26d5602d5e9ae14ea88669fc2f3a Mon Sep 17 00:00:00 2001 From: Bernhard Date: Mon, 27 Apr 2026 17:38:57 +0200 Subject: [PATCH] bump verions of pymat and threejs-materials --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 698991bc..6953e6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,8 +53,8 @@ dependencies = [ # Install py-lib3mf ONLY on linux aarch64 "py-lib3mf >= 2.4.1; sys_platform == 'linux' and platform_machine == 'aarch64'", "pygltflib >= 1.16.5, < 1.17.0", - "py-materials >= 2.0.5, < 2.1.0", - "threejs-materials >= 1.0.4, < 1.1.0", + "py-materials >= 3.4.0, < 4.0.0", + "threejs-materials>=1.1.0,<1.2.0", ] [project.urls]