diff --git a/conda-envs/environment-dev.yml b/conda-envs/environment-dev.yml index e161b66e1f..a49e0568ae 100644 --- a/conda-envs/environment-dev.yml +++ b/conda-envs/environment-dev.yml @@ -40,6 +40,6 @@ dependencies: - mypy=1.15.0 - types-cachetools - pip: - - git+https://github.com/pymc-devs/pymc-sphinx-theme + - pymc-sphinx-theme>=0.16.0 - numdifftools>=0.9.40 - mcbackend>=0.4.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 840f3d8063..cabfc740af 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,6 @@ arviz>=0.13.0 cachetools>=4.2.1 cloudpickle -git+https://github.com/pymc-devs/pymc-sphinx-theme ipython>=7.16 jupyter-sphinx mcbackend>=0.4.0 @@ -16,6 +15,7 @@ numpydoc pandas>=0.24.0 polyagamma pre-commit>=2.8.0 +pymc-sphinx-theme>=0.16.0 pytensor>=2.31.2,<2.32 pytest-cov>=2.5 pytest>=3.0