Skip to content

Commit f26d609

Browse files
committed
explicly pin iPython. This requires changing min Python version
1 parent 4594bf6 commit f26d609

File tree

2 files changed

+290
-5640
lines changed

2 files changed

+290
-5640
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Scientific/Engineering :: Bio-Informatics"
2121
]
2222

23-
requires-python = ">=3.7"
23+
requires-python = ">=3.10"
2424

2525
dynamic = ["version"]
2626

@@ -57,6 +57,10 @@ docs = [
5757
"piccolo_theme",
5858
"sphinx_issues",
5959
"sphinxcontrib-programoutput",
60+
# Below here are hacks to make the docs
61+
# build until we can deal w/updating
62+
# jupyter-book
63+
"ipython==8.29.0"
6064
]
6165

6266
[tool.setuptools_scm]

0 commit comments

Comments
 (0)