"vscode:/vscode.git/clone" did not exist on "56c6c3ae0e5c9ae6b9401a9446c629e513d4617f"
Commit a5d8714c authored by Tri Dao's avatar Tri Dao
Browse files

[Build] Remove pyproject.toml

I haven't found an easy way to add torch as a build dependency in
pyproject.toml.
If we add torch in pyproject.toml, for some setup it would download a
different version of Pytorch before building.
If we don't add torch, lots of users report they get error when installing.
parent 62e98144
[build-system]
requires = ["ninja", "packaging", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"
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