From 7232f23176c8b992b855765a4f93888e19c55694 Mon Sep 17 00:00:00 2001 From: obarut Date: Tue, 12 Jul 2022 07:57:30 -0400 Subject: [PATCH] Chronos: installation user guide typo (#4915) * avoid installation of python 3.7.0 and typo python 3.7.0 and 3.7.1 is problematic with Ray (happens while orca context being init.) * go back to py 3.7 if base conda env is not py 3.7.0 or 3.7.1, then no pb. --- docs/readthedocs/source/doc/Chronos/Overview/chronos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/doc/Chronos/Overview/chronos.md b/docs/readthedocs/source/doc/Chronos/Overview/chronos.md index 0f024992..481e2293 100644 --- a/docs/readthedocs/source/doc/Chronos/Overview/chronos.md +++ b/docs/readthedocs/source/doc/Chronos/Overview/chronos.md @@ -36,7 +36,7 @@ pip install bigdl-nano[tensorflow] pip install pmdarima==1.8.2 pip install prophet==1.0.1 pip install neural-compressor==1.8.1 -pip install pyarrow=6.0.1 +pip install pyarrow==6.0.1 ``` ```eval_rst .. note::