Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 0bc8422

Browse files
committed
INFRA-424: bump cython requirement
1 parent 6151cec commit 0bc8422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def run_setup(extensions):
388388
# 1.) build_ext eats errors at compile time, letting the install complete while producing useful feedback
389389
# 2.) there could be a case where the python environment has cython installed but the system doesn't have build tools
390390
if pre_build_check():
391-
cython_dep = 'Cython>=0.20,!=0.25,<0.28'
391+
cython_dep = 'Cython>=0.20,!=0.25,<0.30'
392392
kw['setup_requires'] = [cython_dep]
393393
else:
394394
sys.stderr.write("Bypassing Cython setup requirement\n")

0 commit comments

Comments
 (0)