This is an automated email from the ASF dual-hosted git repository. lukhut pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push: new 40bac5717a [CI] Remove cython version pin (#15485) 40bac5717a is described below commit 40bac5717ad976094ecd31a3ba52806f7cc2dab5 Author: Luke Hutton <luke.hut...@arm.com> AuthorDate: Mon Aug 7 09:42:04 2023 +0100 [CI] Remove cython version pin (#15485) After https://github.com/apache/tvm/pull/15469, we should now be able to remove the cython version pin. --- 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 ba5d47bfcc..41c8697f42 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.* \