Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion etc/python2.7-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/python3.6-environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/python3.6-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down