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.
2 parents 5719fa9 + e7704e1 commit 53aa7d0Copy full SHA for 53aa7d0
.circleci/config.yml
@@ -9,7 +9,7 @@ _defaults: &defaults
9
docker:
10
# CircleCI maintains a library of pre-built images
11
# documented at https://circleci.com/developer/images/image/cimg/python
12
- - image: cimg/python:3.11.10
+ - image: cimg/python:3.11.13
13
working_directory: ~/repo
14
15
requirements/doc_requirements.txt
@@ -6,6 +6,7 @@ sphinx-copybutton
6
sphinx-design
7
scipy
8
matplotlib
+pyparsing<3.3
pandas
breathe>4.33.0
ipython!=8.1.0
0 commit comments