Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d2b98f2

Browse files
committed
correct some error of pandas
1 parent 887613d commit d2b98f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎pandas/0.18/2/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ FROM phirov/python:2
44
MAINTAINER phirov@163.com
55

66
RUN apk add --no-cache --virtual .build-deps g++ && \
7-
pip install numpy==1.11.2 pandas==0.18.1 && \
7+
pip install numpy==1.11.2 && \
8+
pip install pandas==0.18.1 && \
89
apk del .build-deps

‎pandas/0.19/2/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ FROM phirov/python:2
44
MAINTAINER phirov@163.com
55

66
RUN apk add --no-cache --virtual build-deps g++ && \
7-
pip install numpy==1.11.2 pandas==0.19.1 && \
7+
pip install numpy==1.11.2 && \
8+
pip install pandas==0.19.1 && \
89
apk del build-deps

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /