Merge pull request #274 from specklesystems/jrm/no-deps
fix(pip): install
This commit is contained in:
@@ -168,6 +168,7 @@ def install_requirements(host_application: str) -> None:
|
||||
"--prefer-binary",
|
||||
"--ignore-installed",
|
||||
"--no-compile",
|
||||
"--no-deps",
|
||||
"-t",
|
||||
str(path),
|
||||
"-r",
|
||||
|
||||
Reference in New Issue
Block a user