mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-23 12:50:22 +08:00
Set scipy and pandas version range in Dockerfile
This commit is contained in:
+2
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user