Skip to content

Commit 9fb9c41

Browse files
committed
require cython to compile extension
- generated c files are outdated due to [GH-101291](python/cpython#101292)
1 parent 1e1d12f commit 9fb9c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "Cython"]

0 commit comments

Comments
 (0)