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 6219aeb + 32f52a3 commit 31bc4c8Copy full SHA for 31bc4c8
.github/workflows/linux.yml
@@ -188,7 +188,7 @@ jobs:
188
- name: Check docstests
189
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
190
run: |
191
- pip install scipy-doctest hypothesis matplotlib scipy pytz pandas
+ pip install scipy-doctest==1.5.1 hypothesis==6.104.1 matplotlib scipy pytz pandas
192
spin check-docs -v
193
spin check-tutorials -v
194
requirements/doc_requirements.txt
@@ -18,4 +18,4 @@ towncrier
18
toml
19
20
# for doctests, also needs pytz which is in test_requirements
21
-scipy-doctest
+scipy-doctest==1.5.1
0 commit comments