This is an automated email from the ASF dual-hosted git repository.
yongwww 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 63bc315fae [Docker] Update ml_dtypes to 0.5.1+ (#17686)
63bc315fae is described below
commit 63bc315faedc8846449444d6c10e806ff9e7c83a
Author: Yong Wu <[email protected]>
AuthorDate: Wed Feb 26 12:57:28 2025 -0800
[Docker] Update ml_dtypes to 0.5.1+ (#17686)
---
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 e815c25165..c0aa1f6b54 100755
--- a/docker/install/ubuntu_install_python_package.sh
+++ b/docker/install/ubuntu_install_python_package.sh
@@ -42,4 +42,4 @@ pip3 install --upgrade \
junitparser==2.4.2 \
six \
tornado \
- ml_dtypes
+ "ml_dtypes>=0.5.1"