Set scipy and pandas version range in Dockerfile

This commit is contained in:
Federico M. Zagarzazu
2016-09-26 21:13:35 -05:00
parent 3f078d4ef6
commit de4d26cfd5
+2 -2
View File
@@ -55,8 +55,8 @@ RUN mkdir ${PROJECT_DIR} \
WORKDIR /ta-lib
RUN pip install 'numpy>=1.11.1,<2.0.0' \
&& pip install scipy==0.15.1 \
&& pip install pandas==0.16.1 \
&& pip install 'scipy>=0.17.1,<1.0.0' \
&& pip install 'pandas>=0.18.1,<1.0.0' \
&& ./configure --prefix=/usr \
&& make \
&& make install \