Skip to content

Commit

Permalink
Merge pull request #3 from havietisov/patch-1
Browse files Browse the repository at this point in the history
Fixing missing dependency preventing it to be installed
  • Loading branch information
tridao committed Dec 8, 2023
2 parents a40ff74 + 1c033ac commit 84930ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def run(self):
install_requires=[
"torch",
"packaging",
"buildtools",
"ninja",
],
)

0 comments on commit 84930ce

Please sign in to comment.