From 6f27cca28d90f0ab996686304660939307817b72 Mon Sep 17 00:00:00 2001 From: Anton Avramov Date: Fri, 24 May 2019 16:17:56 -0400 Subject: [PATCH] BLD: Updated numpy to version 1.16.3 since 1.14.0 yields an error when used --- Dockerfile | 2 +- etc/python2.7-environment.yml | 2 +- etc/python3.6-environment-windows.yml | 2 +- etc/python3.6-environment.yml | 2 +- etc/requirements.txt | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62b9661f4..d219b60af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN mkdir ${PROJECT_DIR} \ WORKDIR /ta-lib -RUN pip install 'numpy==1.14.0' \ +RUN pip install 'numpy==1.16.3' \ && pip install 'scipy==1.0.0' \ && pip install 'pandas==0.19.2' \ && ./configure --prefix=/usr \ diff --git a/etc/python2.7-environment.yml b/etc/python2.7-environment.yml index 550288603..e69b078b9 100644 --- a/etc/python2.7-environment.yml +++ b/etc/python2.7-environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - certifi=2016.2.28=py27_0 -- numpy=1.14.0 +- numpy=1.16.3 - openssl=1.0.2l - pip=9.0.1=py27_1 - python=2.7.13 diff --git a/etc/python3.6-environment-windows.yml b/etc/python3.6-environment-windows.yml index 3a4f330d2..94eb0d9b8 100644 --- a/etc/python3.6-environment-windows.yml +++ b/etc/python3.6-environment-windows.yml @@ -7,7 +7,7 @@ dependencies: - certifi=2018.1.18 - intel-openmp=2018.0.0 - mkl=2018.0.1 -- numpy=1.14.0 +- numpy=1.16.3 - openssl=1.0.2n - matplotlib=2.2.2 - pip=9.0.1 diff --git a/etc/python3.6-environment.yml b/etc/python3.6-environment.yml index bb97578cb..e52bd20c2 100644 --- a/etc/python3.6-environment.yml +++ b/etc/python3.6-environment.yml @@ -9,7 +9,7 @@ dependencies: - ipython=6.4.0 - jupyter=1.0.0 - mkl=2018.0.1 -- numpy=1.14.0 +- numpy=1.16.3 - openssl=1.0.2n - matplotlib=2.2.2 - pip=9.0.1 diff --git a/etc/requirements.txt b/etc/requirements.txt index 6825fde1f..17ac49d92 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -10,8 +10,8 @@ Logbook==0.12.5 pytz==2016.4 -# FF: Upgraded numpy because of errors with version 1.11 -numpy==1.14.0 +# FF: Upgraded numpy because of errors with version 1.14 +numpy==1.16.3 # for pandas-datareader requests-file==1.4.3