Skip to content

Commit 808459a

Browse files
committed
Pin tqdm
1 parent 4bbb17e commit 808459a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arche-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip install -U --no-cache-dir \
2222

2323
# Arche dependencies
2424
# Plotly dependencies https://github.com/plotly/plotly.py
25-
RUN pip install -U --no-cache-dir git+https://github.com/scrapinghub/arche@476a9dd0634ba0602cb2624441054cbf3ff2f226#egg=arche && \
25+
RUN pip install -U --no-cache-dir git+https://github.com/scrapinghub/arche@7e52db16de866933702c04a0944a56c841ee446f#egg=arche && \
2626
conda install --quiet --yes jupyter_contrib_nbextensions && \
2727
conda clean -tipsy && \
2828
jupyter labextension install @jupyter-widgets/[email protected] --no-build && \

0 commit comments

Comments
 (0)