We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded582e commit 751f9a8Copy full SHA for 751f9a8
conda-envs/environment-dev.yml
@@ -40,6 +40,6 @@ dependencies:
40
- mypy=1.15.0
41
- types-cachetools
42
- pip:
43
- - git+https://github.com/pymc-devs/pymc-sphinx-theme
+ - pymc-sphinx-theme>=0.16.0
44
- numdifftools>=0.9.40
45
- mcbackend>=0.4.0
requirements-dev.txt
@@ -4,7 +4,6 @@
4
arviz>=0.13.0
5
cachetools>=4.2.1
6
cloudpickle
7
-git+https://github.com/pymc-devs/pymc-sphinx-theme
8
ipython>=7.16
9
jupyter-sphinx
10
mcbackend>=0.4.0
@@ -16,6 +15,7 @@ numpydoc
16
15
pandas>=0.24.0
17
polyagamma
18
pre-commit>=2.8.0
+pymc-sphinx-theme>=0.16.0
19
pytensor>=2.31.2,<2.32
20
pytest-cov>=2.5
21
pytest>=3.0
0 commit comments