Skip to content

Commit

Permalink
[Minor] Add ninja to deps in toml file (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Jan 12, 2023
1 parent cfebb73 commit 6516641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
first_party_detection = false

[build-system]
requires = ["setuptools", "wheel", "torch"]
requires = ["setuptools", "wheel", "torch", "ninja"]

first_party_detection = false

Expand Down

0 comments on commit 6516641

Please sign in to comment.