diff --git a/setup.py b/setup.py index 12e36bf..84f5640 100644 --- a/setup.py +++ b/setup.py @@ -259,6 +259,7 @@ def run(self): install_requires=[ "torch", "packaging", + "buildtools", "ninja", ], )