We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6799ab + 2eab304 commit 58e7ad9Copy full SHA for 58e7ad9
2 files changed
.github/conda-env/doctest-env.yml
@@ -7,7 +7,7 @@ dependencies:
7
- numpy
8
- matplotlib
9
- scipy
10
- - sphinx
+ - sphinx<8.2
11
- sphinx_rtd_theme
12
- ipykernel
13
- nbsphinx
.github/workflows/install_examples.yml
@@ -20,7 +20,8 @@ jobs:
20
--quiet --yes \
21
python=3.12 pip \
22
numpy matplotlib scipy \
23
- slycot pmw jupyter
+ slycot pmw jupyter \
24
+ ipython!=9.0
25
26
- name: Install from source
27
run: |
0 commit comments