Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
havietisov committed Dec 7, 2023
1 parent 84c68a2 commit 1c033ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def run(self):
install_requires=[
"torch",
"packaging",
"buildtools"
"buildtools",
"ninja",
],
)

0 comments on commit 1c033ac

Please sign in to comment.