Skip to content

Commit 507d7f2

Browse files
authored
Merge pull request #4690 from plotly/fix-build-doc
Revert some docs dependencies updates
2 parents e1912ad + 1ab4369 commit 507d7f2

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ jobs:
448448
docker:
449449
# specify the version you desire here
450450
# use `-browsers` prefix for selenium tests, for example, `3.9-browsers`
451-
- image: cimg/python:3.10-browsers
451+
- image: cimg/python:3.9-browsers
452452

453453
steps:
454454
- add_ssh_keys:

Diff for: doc/requirements.txt

+11-10
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ ipywidgets==7.7.2
44
jupyter-client<7
55
jupyter
66
notebook
7-
pandas==2.2.2
7+
pandas==1.4.0
88
statsmodels==0.14.2
9-
scipy==1.13.0
9+
scipy==1.9.1
1010
patsy==0.5.6
11-
numpy==1.26.4
11+
numpy==1.22.4
1212
plotly-geo
1313
igraph
14-
geopandas==0.14.3
15-
pyshp==2.3.1
16-
shapely==2.0.4
14+
geopandas==0.8.1
15+
pyshp==2.1.2
16+
shapely==2.0.5
1717
psutil
1818
requests
19-
networkx==3.3
19+
networkx==2.8.0
2020
squarify
21-
scikit-image==0.23.2
21+
scikit-image==0.20.0
2222
scikit-learn
2323
sphinx==3.5.4
2424
sphinxcontrib-applehelp==1.0.2
@@ -31,7 +31,7 @@ sphinx_bootstrap_theme
3131
recommonmark
3232
pathlib
3333
python-frontmatter
34-
datashader==0.16.1
34+
datashader==0.14.4
3535
pyarrow
3636
cufflinks==0.17.3
3737
kaleido
@@ -42,6 +42,7 @@ nbconvert==5.6.1
4242
orjson
4343
dash-bio
4444
jinja2<3.1
45-
dask==2024.4.2
45+
dask==2022.2.0
4646
polars
47+
geoparse<=2.0.3
4748
xarray==2022.9.0

0 commit comments

Comments
 (0)