From 74347fe5e0c34dc4f60fb788ce1172e627e793bc Mon Sep 17 00:00:00 2001 From: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:47:25 +0100 Subject: [PATCH] No deps --- bpy_speckle/installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bpy_speckle/installer.py b/bpy_speckle/installer.py index 6b93b0d..3f07c55 100644 --- a/bpy_speckle/installer.py +++ b/bpy_speckle/installer.py @@ -168,6 +168,7 @@ def install_requirements(host_application: str) -> None: "--prefer-binary", "--ignore-installed", "--no-compile", + "--no-deps", "-t", str(path), "-r",