This is an automated email from the ASF dual-hosted git repository. expye pushed a commit to branch revert-15226-install-ml_dtypes-for-all in repository https://gitbox.apache.org/repos/asf/tvm.git
commit bc693c8046bd048b03fe242af4a52504101ead06 Author: Zihao Ye <[email protected]> AuthorDate: Tue Jul 25 10:26:28 2023 +0800 Revert "[CI] Add ml_dypes dependency for all docker images (#15226)" This reverts commit 0fadb98731f52d8233f227d1110f6b92329d0aa7. --- docker/install/ubuntu2004_install_python_package.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/install/ubuntu2004_install_python_package.sh b/docker/install/ubuntu2004_install_python_package.sh index b68fc9cba7..10c9b680c6 100644 --- a/docker/install/ubuntu2004_install_python_package.sh +++ b/docker/install/ubuntu2004_install_python_package.sh @@ -43,5 +43,4 @@ pip3 install --upgrade \ junitparser==2.4.2 \ six \ tornado \ - pytest-lazy-fixture \ - git+https://github.com/jax-ml/[email protected] + pytest-lazy-fixture
