Skip to content

Commit 751f9a8

Browse files
authored
Install pymc-sphinx-theme from pypi
1 parent ded582e commit 751f9a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-envs/environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ dependencies:
4040
- mypy=1.15.0
4141
- types-cachetools
4242
- pip:
43-
- git+https://github.com/pymc-devs/pymc-sphinx-theme
43+
- pymc-sphinx-theme>=0.16.0
4444
- numdifftools>=0.9.40
4545
- mcbackend>=0.4.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
arviz>=0.13.0
55
cachetools>=4.2.1
66
cloudpickle
7-
git+https://github.com/pymc-devs/pymc-sphinx-theme
87
ipython>=7.16
98
jupyter-sphinx
109
mcbackend>=0.4.0
@@ -16,6 +15,7 @@ numpydoc
1615
pandas>=0.24.0
1716
polyagamma
1817
pre-commit>=2.8.0
18+
pymc-sphinx-theme>=0.16.0
1919
pytensor>=2.31.2,<2.32
2020
pytest-cov>=2.5
2121
pytest>=3.0

0 commit comments

Comments
 (0)