Skip to content

Commit 991163c

Browse files
authored
[CI] Pin cython version to fix cython compilation (#15353)
Cython 3.0.0 was recently released, but it is incompatible with the current .pxi definitions in python/tvm/_ffi/_python. Pinning the cython version until a working fix is created.
1 parent 4b62aac commit 991163c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install/ubuntu_install_python_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip3 install --upgrade \
2525
"Pygments>=2.4.0" \
2626
attrs \
2727
cloudpickle \
28-
cython \
28+
cython==0.29.34 \
2929
decorator \
3030
mypy \
3131
numpy==1.21.* \

0 commit comments

Comments
 (0)