10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6db60d commit 03e244eCopy full SHA for 03e244e
.circleci/config.yml
@@ -433,7 +433,7 @@ jobs:
433
docker:
434
# specify the version you desire here
435
# use `-browsers` prefix for selenium tests, for example, `3.6.1-browsers`
436
- - image: cimg/python:3.11.6-browsers
+ - image: cimg/python:3.10.13-browsers
437
438
steps:
439
- add_ssh_keys:
doc/requirements.txt
@@ -4,16 +4,16 @@ ipywidgets==7.7.2
4
jupyter-client<7
5
jupyter
6
notebook
7
-pandas==1.5.3
+pandas==1.4.4
8
statsmodels==0.14.1
9
scipy==1.11.4
10
patsy==0.5.6
11
numpy==1.23.2
12
plotly-geo
13
igraph
14
geopandas==0.8.1
15
-pyshp==2.3.1
16
-shapely==2.0.2
+pyshp==2.1.2
+shapely==1.8.5
17
psutil
18
requests
19
networkx
0 commit comments