From a41fc89f76607f2e9722adcebb7552eb2b8c3d1d Mon Sep 17 00:00:00 2001 From: Hongyi Jin Date: Mon, 10 Feb 2025 18:44:50 +0000 Subject: [PATCH 1/2] use higher version of ml_dtypes --- docker/install/ubuntu2004_install_python_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu2004_install_python_package.sh b/docker/install/ubuntu2004_install_python_package.sh index f1c03cf1c0e2..183eb495b142 100644 --- a/docker/install/ubuntu2004_install_python_package.sh +++ b/docker/install/ubuntu2004_install_python_package.sh @@ -43,4 +43,4 @@ pip3 install --upgrade \ junitparser==2.4.2 \ six \ tornado \ - git+https://github.com/jax-ml/ml_dtypes.git@v0.2.0 + ml_dtypes From ef54d3c45348de25709cac886d8bff27a2997bf7 Mon Sep 17 00:00:00 2001 From: Hongyi Jin Date: Mon, 10 Feb 2025 19:05:54 +0000 Subject: [PATCH 2/2] trigger ci