From 46c44f75f00b8cd4a118ffb7fa0ec1b1110efe13 Mon Sep 17 00:00:00 2001 From: Thu Nguyen <34468120+thsunkid@users.noreply.github.com> Date: Wed, 19 Apr 2023 03:44:36 +0700 Subject: [PATCH] Add pyproject to fix pybind11 as req --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..c9cc5e3b9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel", "pybind11"]