🌐 AI搜索 & 代理 主页
Skip to content

Commit 53aa7d0

Browse files
authored
Merge pull request #29838 from charris/backport-29833
TST: Pin pyparsing to avoid matplotlib errors.
2 parents 5719fa9 + e7704e1 commit 53aa7d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _defaults: &defaults
99
docker:
1010
# CircleCI maintains a library of pre-built images
1111
# documented at https://circleci.com/developer/images/image/cimg/python
12-
- image: cimg/python:3.11.10
12+
- image: cimg/python:3.11.13
1313
working_directory: ~/repo
1414

1515

requirements/doc_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sphinx-copybutton
66
sphinx-design
77
scipy
88
matplotlib
9+
pyparsing<3.3
910
pandas
1011
breathe>4.33.0
1112
ipython!=8.1.0

0 commit comments

Comments
 (0)