Skip to content

Commit

Permalink
[fix] Workaround need for pip --no-build-isolation (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu authored Feb 10, 2021
1 parent b1b9e0f commit e92e85c
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 @@ -4,7 +4,7 @@ requires = [
"torch >= 1.4.0",
"wheel >= 0.30.0"
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta:__legacy__"

[tool.black]
line-length = 120
Expand Down

0 comments on commit e92e85c

Please sign in to comment.