From f620d790d0203e19eae1bffafcc8660c7ee73c42 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Fri, 15 Sep 2023 12:12:29 -0400 Subject: [PATCH] Update getting-started.md --- doc/python/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index cec1ce52db6..3cdfee88428 100644 --- a/doc/python/getting-started.md +++ b/doc/python/getting-started.md @@ -64,7 +64,7 @@ $ pip install plotly==5.17.0 or `conda`: ``` -$ conda install -c plotly plotly=5.17.1 +$ conda install -c plotly plotly=5.17.0 ``` This package contains everything you need to write figures to standalone HTML files.