From 52a88dd3d9a562099fb4c403ddeec4159d025fe4 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Wed, 19 Jul 2023 09:40:52 -0400 Subject: [PATCH] Revert "[CI] Pin cython version to fix cython compilation (#15353)" This reverts commit 991163c86c5f52a879eb11cdcb19d8bab952f209. --- docker/install/ubuntu_install_python_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_python_package.sh b/docker/install/ubuntu_install_python_package.sh index ba5d47bfcc48..41c8697f4234 100755 --- a/docker/install/ubuntu_install_python_package.sh +++ b/docker/install/ubuntu_install_python_package.sh @@ -25,7 +25,7 @@ pip3 install --upgrade \ "Pygments>=2.4.0" \ attrs \ cloudpickle \ - cython==0.29.34 \ + cython \ decorator \ mypy \ numpy==1.21.* \