[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.
This commit is contained in:
Tri Dao 2023-07-02 16:41:47 -07:00
parent 62e9814466
commit a5d8714c26

View File

@ -1,3 +0,0 @@
[build-system]
requires = ["ninja", "packaging", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"