summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWook Song <wook16.song@samsung.com>2024-01-02 15:44:47 +0900
committerWook Song <wook16.song@samsung.com>2024-01-02 15:44:47 +0900
commitd29facf659495142bf96fc34cf77092b119bf5a4 (patch)
tree73e1c386dd5d0430198fae51bf63fae81994103f /pyproject.toml
parent1df4c5bff4ef6ddfef49c080af49b764080f1fe4 (diff)
downloadncnn-d29facf659495142bf96fc34cf77092b119bf5a4.tar.gz
ncnn-d29facf659495142bf96fc34cf77092b119bf5a4.tar.bz2
ncnn-d29facf659495142bf96fc34cf77092b119bf5a4.zip
Imported Upstream version 20240102upstream/20240102upstream
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..84bca11
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,8 @@
+[build-system]
+requires = [
+ "setuptools>=42",
+ "wheel",
+ "ninja; sys_platform != 'win32'",
+ "cmake>=3.12",
+]
+build-backend = "setuptools.build_meta"