Skip to content

Commit 709fb99

Browse files
committed
update docs requirements
1 parent 635e933 commit 709fb99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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.6.1-browsers`
451-
- image: cimg/python:3.10-browsers
451+
- image: cimg/python:3.9-browsers
452452

453453
steps:
454454
- add_ssh_keys:

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ipywidgets==7.7.2
44
jupyter-client<7
55
jupyter
66
notebook
7-
pandas==1.0.3
7+
pandas==1.1.3
88
statsmodels==0.11.1
99
scipy==1.3.1
1010
patsy==0.5.1

0 commit comments

Comments
 (0)