Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58e7ad9

Browse files
authored
Merge pull request#1137 from roryyorke/fix-ci-doctest-install-examples
Fix CI doctest, install-examples
2 parentsf6799ab +2eab304 commit58e7ad9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.github/conda-env/doctest-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
-numpy
88
-matplotlib
99
-scipy
10-
-sphinx
10+
-sphinx<8.2
1111
-sphinx_rtd_theme
1212
-ipykernel
1313
-nbsphinx

‎.github/workflows/install_examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
--quiet --yes \
2121
python=3.12 pip \
2222
numpy matplotlib scipy \
23-
slycot pmw jupyter
23+
slycot pmw jupyter \
24+
ipython!=9.0
2425
2526
-name:Install from source
2627
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp