Skip to content

Commit c562a65

Browse files
authored
Merge pull request plotly#4594 from plotly/docs-updates-5-22
Update Plotly.py version for docs
2 parents 8ce1ec1 + 14e4e2e commit c562a65

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

binder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupytext
2-
plotly==5.21.0
2+
plotly==5.22.0
33
jupyter
44
notebook
55
pandas==1.2.0

doc/apidoc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "5.21.0"
29+
release = "5.22.0"
3030

3131

3232
# -- General configuration ---------------------------------------------------

doc/python/getting-started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
5858
`plotly` may be installed using `pip`:
5959

6060
```
61-
$ pip install plotly==5.21.0
61+
$ pip install plotly==5.22.0
6262
```
6363

6464
or `conda`:
6565

6666
```
67-
$ conda install -c plotly plotly=5.21.0
67+
$ conda install -c plotly plotly=5.22.0
6868
```
6969
This package contains everything you need to write figures to standalone HTML files.
7070

@@ -152,7 +152,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**,
152152

153153
```
154154
# JupyterLab 2.x renderer support
155-
jupyter labextension install jupyterlab-plotly@5.21.0 @jupyter-widgets/jupyterlab-manager
155+
jupyter labextension install jupyterlab-plotly@5.22.0 @jupyter-widgets/jupyterlab-manager
156156
```
157157

158158
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.

doc/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==5.21.0
1+
plotly==5.22.0
22
jupytext==1.1.1
33
ipywidgets==7.7.2
44
jupyter-client<7
@@ -45,3 +45,4 @@ jinja2<3.1
4545
parmed<=3.4.4; python_version<"3.8"
4646
dask==2022.2.0
4747
polars
48+
geoparse<=2.0.3

0 commit comments

Comments
 (0)