Skip to content

Commit cee0d8a

Browse files
committed
change pymc-sphinx-theme installation method from git to pip
1 parent 52f1b2b commit cee0d8a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
arviz>=0.13.0
55
cachetools>=4.2.1
66
cloudpickle
7-
git+https://github.com/pymc-devs/pymc-sphinx-theme
7+
pymc-sphinx-theme>=0.16.0
88
ipython>=7.16
99
jupyter-sphinx
1010
mcbackend>=0.4.0

scripts/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ LABEL description="Environment for PyMC version 4"
55

66
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
77

8-
USER root
9-
RUN apt-get update && apt-get install -y git
10-
118
# Switch to jovyan to avoid container runs as root
129
USER $NB_UID
1310

0 commit comments

Comments
 (0)