10000 update requirements · ordartur111/plotly.py@03e244e · GitHub
[go: up one dir, main page]

Skip to content

Commit 03e244e

Browse files
committed
update requirements
1 parent b6db60d commit 03e244e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
docker:
434434
# specify the version you desire here
435435
# use `-browsers` prefix for selenium tests, for example, `3.6.1-browsers`
436-
- image: cimg/python:3.11.6-browsers
436+
- image: cimg/python:3.10.13-browsers
437437

438438
steps:
439439
- add_ssh_keys:

doc/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ ipywidgets==7.7.2
44
jupyter-client<7
55
jupyter
66
notebook
7-
pandas==1.5.3
7+
pandas==1.4.4
88
statsmodels==0.14.1
99
scipy==1.11.4
1010
patsy==0.5.6
1111
numpy==1.23.2
1212
plotly-geo
1313
igraph
1414
geopandas==0.8.1
15-
pyshp==2.3.1
16-
shapely==2.0.2
15+
pyshp==2.1.2
16+
shapely==1.8.5
1717
psutil
1818
requests
1919
networkx

0 commit comments

Comments
 (0)
0