Skip to content

Commit de6f210

Browse files
committed
update scverse_misc lower bound
1 parent 630eab6 commit de6f210

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"sphinx.ext.autodoc",
5656
"sphinx.ext.intersphinx",
5757
"sphinx.ext.autosummary",
58-
"scverse_misc.sphinx_ext",
5958
"sphinx.ext.napoleon",
6059
"sphinxcontrib.bibtex",
6160
"sphinxcontrib.katex",
6261
"sphinx_autodoc_typehints",
6362
"sphinx_design",
6463
"IPython.sphinxext.ipython_console_highlighting",
6564
"sphinxext.opengraph",
65+
"scverse_misc.sphinx_ext",
6666
*[p.stem for p in (HERE / "extensions").glob("*.py")],
6767
]
6868

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"numpy",
3333
"pandas>=1.4",
3434
"scipy",
35-
"scverse-misc[settings]>=0.0.9",
35+
"scverse-misc[settings]>=0.1.1",
3636
# for debug logging (referenced from the issue template)
3737
"session-info2",
3838
]
@@ -56,7 +56,7 @@ doc = [
5656
"mudata[io]",
5757
"myst-nb>=1.1",
5858
"pandas",
59-
"scverse-misc[sphinx]>=0.0.9",
59+
"scverse-misc[sphinx]>=0.1.1",
6060
"sphinx>=8.1",
6161
"sphinx-autodoc-typehints",
6262
"sphinx-book-theme>=1",

0 commit comments

Comments
 (0)