From 8b1010b9a66434603a83e1f932f308028e6158ce Mon Sep 17 00:00:00 2001 From: Alex Nichol Date: Fri, 5 May 2023 10:56:08 -0700 Subject: [PATCH] add missing module to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 14f319c..a3a8c2a 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup( "shap_e.models.transmitter", "shap_e.rendering", "shap_e.rendering.blender", + "shap_e.rendering.raycast", "shap_e.util", ], install_requires=[