Unverified Commit e92e85ce authored by Leonard Lausen's avatar Leonard Lausen Committed by GitHub
Browse files

[fix] Workaround need for pip --no-build-isolation (#375)

parent b1b9e0f8
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment