Skip to content

Commit

Permalink
Merge pull request #28021 from charris/backport-28020
Browse files Browse the repository at this point in the history
CI: pin scipy-doctest to 1.5.1
  • Loading branch information
charris authored Dec 17, 2024
2 parents 6219aeb + 32f52a3 commit 31bc4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Check docstests
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: |
pip install scipy-doctest hypothesis matplotlib scipy pytz pandas
pip install scipy-doctest==1.5.1 hypothesis==6.104.1 matplotlib scipy pytz pandas
spin check-docs -v
spin check-tutorials -v
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ towncrier
toml

# for doctests, also needs pytz which is in test_requirements
scipy-doctest
scipy-doctest==1.5.1

0 comments on commit 31bc4c8

Please sign in to comment.