Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: bump scipy-doctest version on CI
[skip azp] [skip actions] [skip cirrus]
  • Loading branch information
ev-br committed Jun 4, 2025
commit 5470c4fd22675de5bbc882840d530ba9638693d0
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
# - name: Check docstests
# shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
# run: |
# pip install scipy-doctest==1.6.0 hypothesis==6.104.1 matplotlib scipy pytz pandas
# pip install scipy-doctest>=1.8.0 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 @@ -19,7 +19,7 @@ toml


# for doctests, also needs pytz which is in test_requirements
scipy-doctest==1.6.0
scipy-doctest>=1.8.0

# interactive documentation utilities
# see https://github.com/jupyterlite/pyodide-kernel#compatibility
Expand Down