Skip to content

Commit

Permalink
Fixed Numpy version in Dockerfile, added --user to pip install in Cir…
Browse files Browse the repository at this point in the history
…cleCI config.
  • Loading branch information
sgiavasis committed Aug 10, 2018
1 parent 41a3183 commit 6561520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jobs:
- image: circleci/python:2.7.15-stretch
steps:
- checkout
- run: pip install -r requirements.txt
- run: pip install --user -r requirements.txt
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN conda install -y jinja2==2.7.2
RUN conda install -y matplotlib
RUN conda install -y networkx==1.11
RUN conda install -y nose
RUN conda install -y numpy==1.11
RUN conda install -y numpy==1.11.3
RUN conda install -y pandas
RUN conda install -y pip
RUN conda install -y pyyaml
Expand Down

0 comments on commit 6561520

Please sign in to comment.