Skip to content

Commit

Permalink
update ipython notebook and psutils versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Nov 30, 2016
1 parent 64eb5e3 commit 8887ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/splash-jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update -q && \
libzmq3-dev \
libsqlite3-dev && \
pip3 install \
ipython[notebook]==4.2.0 && \
ipython[notebook]==5.1.0 && \
apt-get remove -y --purge \
python3-dev \
build-essential \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/splash/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ install_python_deps () {
${_PYTHON} -m pip install -U pip && \
${_PYTHON} -m pip install \
qt5reactor==0.3 \
psutil==4.3.1 \
psutil==5.0.0 \
Twisted==16.1.1 \
adblockparser==0.7 \
xvfbwrapper==0.2.8 \
Expand Down

0 comments on commit 8887ec4

Please sign in to comment.