From b7ae20514e18c5e428a08aee5547666ae005d903 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Mon, 20 Dec 2021 22:49:11 -0500 Subject: [PATCH] bump doc reqs --- binder/requirements.txt | 2 +- doc/apidoc/conf.py | 2 +- doc/python/getting-started.md | 6 +++--- doc/requirements.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 96dcb73b00..3df47fc5bd 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ jupytext -plotly==5.4.0 +plotly==5.5.0 jupyter notebook pandas==1.0.3 diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 621a50823a..2f92b85fa0 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -28,7 +28,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "5.4.0" +release = "5.5.0" # -- General configuration --------------------------------------------------- diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index 42f78f6467..975e165861 100644 --- a/doc/python/getting-started.md +++ b/doc/python/getting-started.md @@ -58,13 +58,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot `plotly` may be installed using `pip`: ``` -$ pip install plotly==5.4.0 +$ pip install plotly==5.5.0 ``` or `conda`: ``` -$ conda install -c plotly plotly=5.4.0 +$ conda install -c plotly plotly=5.5.0 ``` This package contains everything you need to write figures to standalone HTML files. @@ -148,7 +148,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**, ``` # JupyterLab 2.x renderer support -jupyter labextension install jupyterlab-plotly@5.4.0 @jupyter-widgets/jupyterlab-manager +jupyter labextension install jupyterlab-plotly@5.5.0 @jupyter-widgets/jupyterlab-manager ``` Please check out our [Troubleshooting guide](/python/troubleshooting/) if you run into any problems with JupyterLab, particularly if you are using multiple python environments inside Jupyter. diff --git a/doc/requirements.txt b/doc/requirements.txt index b47a08fea8..99d338f2d4 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==5.4.0 +plotly==5.5.0 jupytext==1.1.1 jupyter-client<7 jupyter