We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7387d5 commit ec5b9a9Copy full SHA for ec5b9a9
tox.ini
@@ -28,7 +28,9 @@ commands = pytest {posargs}
28
[testenv:docs-{update,clean}]
29
extras = rtd
30
deps =
31
- ipython
+ # this is only required by coconut kernel
32
+ # Version limit is due to coconut and ipython inncompatibility as of 24/4/2025
33
+ ipython<9
34
setenv =
35
BUILDER = {env:BUILDER:html}
36
allowlist_externals =
0 commit comments