summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-10-27 10:17:08 +0200
committerGitHub <noreply@github.com>2021-10-27 10:17:08 +0200
commit81db2e7e3c537572cbec0049d8f125b0bdba6393 (patch)
tree922cc1d2eba65bc8344a45fbf3845414351df24b /pyproject.toml
parentd7554331fc409fea48ee758fd630909dd9dc4827 (diff)
[WIP] POT build without installing cython first (#293)
* test build with no dep * cleaning up stuff * build wheels
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..3f8ae8b
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools", "wheel", "numpy>=1.16", "cython>=0.23"]
+build-backend = "setuptools.build_meta" \ No newline at end of file