Skip to content

Commit

Permalink
update requirements to pst 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Nov 17, 2023
1 parent 8ddc57a commit 8b019c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ classifiers = [
]
dynamic = ["version", "description"]
dependencies = [
"pydata-sphinx-theme>=0.13.0,<0.14",
"sphinx>=5,<7",
"pydata-sphinx-theme>=0.14.0,<0.15",
"sphinx>=5",
]

[tool.flit.module]
Expand Down
2 changes: 1 addition & 1 deletion src/pymc_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A thin sphinx theme to customize pydata-sphinx-theme consistently cross PyMC websites."""

__version__ = "0.13.0"
__version__ = "0.14.0"

from pathlib import Path

Expand Down

0 comments on commit 8b019c8

Please sign in to comment.