Skip to content

Commit

Permalink
add setup to pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Phuong Nguyen <[email protected]>
  • Loading branch information
phu0ngng committed Jul 2, 2024
1 parent 8df0e08 commit 8f5e77a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
requires = [
"cmake>=3.18",
"ninja",
"pybind11"
"pybind11",
"setuptools",
"transformer-engine"
]

transformer-engine = "setup"

0 comments on commit 8f5e77a

Please sign in to comment.