Skip to content

Commit

Permalink
chore(setup): add torch to build requirements (#682)
Browse files Browse the repository at this point in the history
chore(setup): add torch to build requirements
  • Loading branch information
r-b-g-b committed Nov 10, 2021
1 parent f778fdb commit 2c2dd13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"torch>=1.7",
"wheel",
]
build-backend = "setuptools.build_meta"

0 comments on commit 2c2dd13

Please sign in to comment.