File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ ipywidgets==7.7.2
44jupyter-client < 7
55jupyter
66notebook
7- pandas == 2.2.2
7+ pandas == 1.4.0
88statsmodels == 0.14.2
9- scipy == 1.13.0
9+ scipy == 1.9.1
1010patsy == 0.5.6
11- numpy == 1.26 .4
11+ numpy == 1.22 .4
1212plotly-geo
1313igraph
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
1717psutil
1818requests
19- networkx == 3.3
19+ networkx == 2.8.0
2020squarify
21- scikit-image == 0.23.2
21+ scikit-image == 0.20.0
2222scikit-learn
2323sphinx == 3.5.4
2424sphinxcontrib-applehelp == 1.0.2
@@ -31,7 +31,7 @@ sphinx_bootstrap_theme
3131recommonmark
3232pathlib
3333python-frontmatter
34- datashader == 0.16.1
34+ datashader == 0.14.4
3535pyarrow
3636cufflinks == 0.17.3
3737kaleido
@@ -42,6 +42,7 @@ nbconvert==5.6.1
4242orjson
4343dash-bio
4444jinja2 < 3.1
45- dask == 2024.4.2
45+ dask == 2022.2.0
4646polars
47+ geoparse <= 2.0.3
4748xarray == 2022.9.0
You can’t perform that action at this time.
0 commit comments