Skip to content

Commit 4236a9a

Browse files
committed
Revert "PKG: Set max pin for Cython (pandas-dev#35396)"
This reverts commit d3343d9.
1 parent 31ae9a5 commit 4236a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
requires = [
55
"setuptools",
66
"wheel",
7-
"Cython>=0.29.21,<3", # Note: sync with setup.py
7+
"Cython>=0.29.21", # Note: sync with setup.py
88
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
99
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
1010
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",

0 commit comments

Comments
 (0)