From 55385b26536ccd07544eeaa05b6b6b4aa3b6e50d Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Fri, 4 Aug 2023 13:54:54 +0000 Subject: [PATCH] [CI] Remove cython version pin After https://github.com/apache/tvm/pull/15469, we should now be able to remove the cython version pin. Change-Id: I59455b44f0a08cbd1c45d868b535acfa1120684e --- 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.* \