File tree 2 files changed +12
-11
lines changed
2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ jobs:
448
448
docker :
449
449
# specify the version you desire here
450
450
# 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
452
452
453
453
steps :
454
454
- add_ssh_keys :
Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ ipywidgets==7.7.2
4
4
jupyter-client < 7
5
5
jupyter
6
6
notebook
7
- pandas == 2.2.2
7
+ pandas == 1.4.0
8
8
statsmodels == 0.14.2
9
- scipy == 1.13.0
9
+ scipy == 1.9.1
10
10
patsy == 0.5.6
11
- numpy == 1.26 .4
11
+ numpy == 1.22 .4
12
12
plotly-geo
13
13
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
17
17
psutil
18
18
requests
19
- networkx == 3.3
19
+ networkx == 2.8.0
20
20
squarify
21
- scikit-image == 0.23.2
21
+ scikit-image == 0.20.0
22
22
scikit-learn
23
23
sphinx == 3.5.4
24
24
sphinxcontrib-applehelp == 1.0.2
@@ -31,7 +31,7 @@ sphinx_bootstrap_theme
31
31
recommonmark
32
32
pathlib
33
33
python-frontmatter
34
- datashader == 0.16.1
34
+ datashader == 0.14.4
35
35
pyarrow
36
36
cufflinks == 0.17.3
37
37
kaleido
@@ -42,6 +42,7 @@ nbconvert==5.6.1
42
42
orjson
43
43
dash-bio
44
44
jinja2 < 3.1
45
- dask == 2024.4.2
45
+ dask == 2022.2.0
46
46
polars
47
+ geoparse <= 2.0.3
47
48
xarray == 2022.9.0
You can’t perform that action at this time.
0 commit comments