This is an automated email from the ASF dual-hosted git repository.
junrushao 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 94552fc [Docker] Pin sphinx version to workaround sphinx-gallery bug
(#9822)
94552fc is described below
commit 94552fc4fc7b8f20d08801b4e62b960f608b53dd
Author: masahi <[email protected]>
AuthorDate: Thu Jan 6 04:46:56 2022 +0900
[Docker] Pin sphinx version to workaround sphinx-gallery bug (#9822)
* [Docker] Pin sphinx version to workaround sphinx-gallery bug
* also pin xgboost to suppress a warning from coremltools
---
docker/install/ubuntu_install_redis.sh | 2 +-
docker/install/ubuntu_install_sphinx.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/install/ubuntu_install_redis.sh
b/docker/install/ubuntu_install_redis.sh
index d2600d8..69aff73 100755
--- a/docker/install/ubuntu_install_redis.sh
+++ b/docker/install/ubuntu_install_redis.sh
@@ -23,4 +23,4 @@ set -o pipefail
apt-get update && apt-get install -y redis-server
pip3 install \
psutil \
- "xgboost>=1.1.0"
+ xgboost==1.4.2
diff --git a/docker/install/ubuntu_install_sphinx.sh
b/docker/install/ubuntu_install_sphinx.sh
index 12208bb..12ca25b 100755
--- a/docker/install/ubuntu_install_sphinx.sh
+++ b/docker/install/ubuntu_install_sphinx.sh
@@ -27,7 +27,7 @@ pip3 install \
"docutils>=0.11,<0.17" \
Image \
matplotlib \
- sphinx \
+ sphinx==4.2.0 \
sphinx_autodoc_annotation \
sphinx-gallery==0.4.0 \
sphinx_rtd_theme