From 4cb6a8516021966acd2d96fc777a2daf913ab7a5 Mon Sep 17 00:00:00 2001 From: pinggao187 <44044110+pinggao187@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:09:18 +0800 Subject: [PATCH] Readthedoc: update requirements version in doc (#5181) * update requirements version in doc * update --- docs/readthedocs/requirements-doc.txt | 24 ++++++++++++------------ docs/readthedocs/requirements-rtd.txt | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/readthedocs/requirements-doc.txt b/docs/readthedocs/requirements-doc.txt index d6056260640..b9756980c05 100644 --- a/docs/readthedocs/requirements-doc.txt +++ b/docs/readthedocs/requirements-doc.txt @@ -1,13 +1,13 @@ -sphinx-copybutton -sphinx-version-warning -sphinx-click -sphinx-jsonschema -sphinxemoji -click +sphinx-copybutton==0.5.0 +sphinx-version-warning==1.1.2 +sphinx-click==4.3.0 +sphinx-jsonschema==1.19.1 +sphinxemoji==0.2.0 +click==8.1.3 markdown<3.4 tensorflow==1.15.2 bigdl==0.12.0 -cloudpickle +cloudpickle==2.1.0 ray[tune]==1.9.2 ray==1.9.2 torch==1.9.0 @@ -24,14 +24,14 @@ readthedocs-sphinx-ext<2.2 sphinx_rtd_theme==1.0.0 scikit-learn==1.0.2 pystan==2.19.1.1 -prophet -pmdarima -sphinx_markdown_tables +prophet==1.0.1 +pmdarima==1.8.5 +sphinx_markdown_tables==0.0.15 numpy==1.21.2 -xgboost +xgboost==1.6.1 torchmetrics==0.7.2 pickle5==0.0.12 protobuf~=3.19.0 sphinx-tabs==3.4 optuna==2.10.0 -ConfigSpace==0.5.0 \ No newline at end of file +ConfigSpace==0.5.0 diff --git a/docs/readthedocs/requirements-rtd.txt b/docs/readthedocs/requirements-rtd.txt index f2ea8a05fbf..f90939b66ce 100644 --- a/docs/readthedocs/requirements-rtd.txt +++ b/docs/readthedocs/requirements-rtd.txt @@ -9,5 +9,5 @@ recommonmark==0.5.0 readthedocs-sphinx-ext<1.1 markdown<3.4 sphinx-book-theme -sphinx_rtd_theme -sphinx_markdown_tables \ No newline at end of file +sphinx_rtd_theme==1.0.0 +sphinx_markdown_tables==0.0.15