bump verions of pymat and threejs-materials

This commit is contained in:
Bernhard 2026-04-27 17:38:57 +02:00
parent 42e41f19a7
commit f2cae7458e

View file

@ -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]