Skip to content

Commit

Permalink
升级到4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myhhub committed Jun 5, 2024
1 parent a74855c commit 16c511c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
pip install pandas && \
pip install tornado && \
pip install easytrader && \
curl -SL https://codeload.github.com/TA-Lib/ta-lib-python/tar.gz/refs/tags/TA_Lib-0.4.30 | tar -xzC . && \
curl -SL https://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz | tar -xzC . && \
cd ta-lib/ && \
./configure --prefix=/usr && \
make && \
Expand Down

0 comments on commit 16c511c

Please sign in to comment.