Skip to content

Commit

Permalink
fix(master_develop_check.yml): fix master_develop_check.yml
Browse files Browse the repository at this point in the history
fix master_develop_check.yml
  • Loading branch information
ak-quant committed Jan 26, 2022
1 parent ae2cef2 commit b58fbdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN set -x \
RUN pip install --no-cache-dir fastapi
RUN pip install --no-cache-dir uvicorn
RUN pip install --no-cache-dir aktools
RUN pip install --no-cache-dir akshare
RUN pip install --no-cache-dir akshare --upgrade
6 changes: 5 additions & 1 deletion Dockerfile-Jupyter
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ RUN set -x \
&& rm -rf /var/lib/apt/lists/*

# RUN pip install akshare jupyterlab -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade
RUN pip install akshare jupyterlab scikit-learn scipy
RUN pip install jupyterlab
RUN pip install scikit-learn
RUN pip install scipy
RUN pip install pandas
RUN pip install akshare --upgrade
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1811,9 +1811,10 @@
1.3.87 fix: fix master_develop_check.yml
1.3.88 fix: fix master_develop_check.yml
1.3.89 fix: fix master_develop_check.yml
1.3.90 fix: fix master_develop_check.yml
"""

__version__ = "1.3.89"
__version__ = "1.3.90"
__author__ = "Albert King"

import sys
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3035,4 +3035,6 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.3.88 fix: fix master_develop_check.yml
1.3.89 fix: fix master_develop_check.yml
1.3.90 fix: fix master_develop_check.yml
```

0 comments on commit b58fbdc

Please sign in to comment.