We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74033f commit a228e15Copy full SHA for a228e15
pyproject.toml
@@ -0,0 +1,8 @@
1
+[build-system]
2
+requires = [
3
+ "setuptools>=18.0",
4
+ "wheel",
5
+ "cython>=0.27.3",
6
+ "numpy>=1.19.5"
7
+]
8
+build-backend = "setuptools.build_meta"
0 commit comments