This is an automated email from the ASF dual-hosted git repository.

leandron 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 51bdaec6e3 [Docker] Upgrade pip in i386 container (#16348)
51bdaec6e3 is described below

commit 51bdaec6e35cddb8256f19a5cd2184b0bb7cb824
Author: Wuwei Lin <[email protected]>
AuthorDate: Fri Jan 5 08:14:05 2024 -0700

    [Docker] Upgrade pip in i386 container (#16348)
---
 docker/install/ubuntu2004_install_python.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/install/ubuntu2004_install_python.sh 
b/docker/install/ubuntu2004_install_python.sh
index 6a071e2789..ece3c34fb0 100755
--- a/docker/install/ubuntu2004_install_python.sh
+++ b/docker/install/ubuntu2004_install_python.sh
@@ -38,7 +38,7 @@ update-alternatives --install /usr/bin/python3 python3 
/usr/bin/python3.8 1
 #   $ pip download <package>==<version>
 #   $ pip hash --algorithm sha256 <package>.whl
 cat <<EOF > base-requirements.txt
-pip==22.0.4 
--hash=sha256:c6aca0f2f081363f689f041d90dab2a07a9a07fb840284db2218117a52da800b
+pip==23.3.2 
--hash=sha256:5052d7889c1f9d05224cd41741acb7c5d6fa735ab34e339624a614eaaa7e7d76
 setuptools==58.4.0 
--hash=sha256:e8b1d3127a0441fb99a130bcc3c2bf256c2d3ead3aba8fd400e5cbbaf788e036
 EOF
 pip3 install -r base-requirements.txt

Reply via email to