We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6977f62 commit 9b3e0feCopy full SHA for 9b3e0fe
1 file changed
pyproject.toml
@@ -0,0 +1,8 @@
1
+[build-system]
2
+requires = [
3
+ "setuptools>=64",
4
+ "wheel",
5
+ "Cython",
6
+ "numpy",
7
+]
8
+build-backend = "setuptools.build_meta"
0 commit comments