Skip to content

Commit

Permalink
update pandas version (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 authored Sep 22, 2020
1 parent 04f49bc commit 1c77fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated \

RUN pip3 install --upgrade pip
RUN pip install synapseclient httplib2 pycrypto PyYAML
RUN pip install pandas numexpr --upgrade
RUN pip install pandas==1.0 numexpr --upgrade

#install pandoc 1.19.2.1 (dashboard use)
RUN wget https://github.com/jgm/pandoc/releases/download/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb
Expand Down

0 comments on commit 1c77fb5

Please sign in to comment.