Skip to content

Commit 8b019c8

Browse files
committed
update requirements to pst 0.14
1 parent 8ddc57a commit 8b019c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
]
2525
dynamic = ["version", "description"]
2626
dependencies = [
27-
"pydata-sphinx-theme>=0.13.0,<0.14",
28-
"sphinx>=5,<7",
27+
"pydata-sphinx-theme>=0.14.0,<0.15",
28+
"sphinx>=5",
2929
]
3030

3131
[tool.flit.module]

src/pymc_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A thin sphinx theme to customize pydata-sphinx-theme consistently cross PyMC websites."""
22

3-
__version__ = "0.13.0"
3+
__version__ = "0.14.0"
44

55
from pathlib import Path
66

0 commit comments

Comments
 (0)