Skip to content

Commit

Permalink
Updated to plotly 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-torre committed Mar 28, 2019
1 parent 7a4ad34 commit bb87182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY requirements.txt .
RUN . /notebook-generator-server/venv/bin/activate && pip3 install -r requirements.txt
RUN . /notebook-generator-server/venv/bin/activate && python -m ipykernel install --user --name venv --display-name "python3-venv"

ENV LIBRARY_VERSION=v1.0.5
ENV LIBRARY_VERSION=v1.1.4

COPY . /notebook-generator-server
WORKDIR /notebook-generator-server
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ parso==0.2.0
pexpect==4.5.0
pickleshare==0.7.4
pkg-resources==0.0.0
plotly==2.5.1
plotly==3.7.1
ply==3.8
prompt-toolkit==1.0.15
proto-google-cloud-datastore-v1==0.90.4
Expand Down

0 comments on commit bb87182

Please sign in to comment.