From 1bff2f0c342caa769ecdff24759fd5815f81ac9e Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Wed, 1 May 2024 10:06:16 -0400 Subject: [PATCH 1/2] update plotly version for docs --- 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 330d16a38a5..a65f74694d2 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ jupytext -plotly==5.21.0 +plotly==5.22.0 jupyter notebook pandas==1.2.0 diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 6932c99e87a..9ffb4e9b271 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "5.21.0" +release = "5.22.0" # -- General configuration --------------------------------------------------- diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index 8276a535c4f..3827de29c4f 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.21.0 +$ pip install plotly==5.22.0 ``` or `conda`: ``` -$ conda install -c plotly plotly=5.21.0 +$ conda install -c plotly plotly=5.22.0 ``` This package contains everything you need to write figures to standalone HTML files. @@ -152,7 +152,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.21.0 @jupyter-widgets/jupyterlab-manager +jupyter labextension install jupyterlab-plotly@5.22.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 cfca73c8dc0..5014d272259 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==5.21.0 +plotly==5.22.0 jupytext==1.1.1 ipywidgets==7.7.2 jupyter-client<7 From 14e4e2eef37eae484558522be841c70c13345c7d Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Wed, 1 May 2024 10:46:34 -0400 Subject: [PATCH 2/2] Update requirements.txt --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 5014d272259..0d4ae8d2edd 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -45,3 +45,4 @@ jinja2<3.1 parmed<=3.4.4; python_version<"3.8" dask==2022.2.0 polars +geoparse<=2.0.3