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.
1 parent 783b557 commit e1a9521Copy full SHA for e1a9521
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
26
[project.optional-dependencies]
27
test = [
28
- "scipy <= 1.14.1", # black-list 1.5.1 ?
+ "scipy",
29
"matplotlib"
30
]
31
doc = [
scipy_doctest/tests/test_testmod.py
@@ -15,6 +15,7 @@
15
16
try:
17
import scipy # noqa
18
+ from scipy import stats # https://github.com/scipy/scipy_doctest/issues/184
19
HAVE_SCIPY = True
20
except Exception:
21
HAVE_SCIPY = False
0 commit comments