We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ae9a5 commit 4236a9aCopy full SHA for 4236a9a
pyproject.toml
@@ -4,7 +4,7 @@
4
requires = [
5
"setuptools",
6
"wheel",
7
- "Cython>=0.29.21,<3", # Note: sync with setup.py
+ "Cython>=0.29.21", # Note: sync with setup.py
8
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
9
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
10
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
0 commit comments