We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c8d20 commit d40d5a8Copy full SHA for d40d5a8
pyproject.toml
@@ -50,7 +50,7 @@ requires = [
50
"setuptools>=60",
51
"wheel",
52
53
- "Cython(>=0.29.24,<3.0.0)"
+ "Cython(>=0.29.24,<4.0.0)"
54
]
55
build-backend = "setuptools.build_meta"
56
setup.py
@@ -25,7 +25,7 @@
25
from setuptools.command import build_ext as setuptools_build_ext
26
27
28
-CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
+CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<4.0.0)'
29
30
CFLAGS = ['-O2']
31
LDFLAGS = []
0 commit comments