We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcd4da commit 40e0190Copy full SHA for 40e0190
pyproject.toml
@@ -58,7 +58,7 @@ dependencies = [
58
# Used for loading raytracing special texture images used by LuisaRender
59
"OpenEXR",
60
# Native batch renderer specifically designed for Genesis
61
- "gs-madrona==0.0.6; platform_system=='Linux' and (platform_machine=='x86_64' or platform_machine=='AMD64')",
+ "gs-madrona==0.0.6.post1; platform_system=='Linux' and (platform_machine=='x86_64' or platform_machine=='AMD64')",
62
# Used for mesh simplification
63
"fast_simplification>=0.1.12",
64
# Surface reconstruction library for particle data from SPH simulations.
0 commit comments