Skip to content

Commit

Permalink
fix pip install .whl bug of numpy-pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
yongzhuo committed Dec 25, 2020
1 parent e3b74cc commit 1d7b8f9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@


# 安装
0. 注意事项
```
默认不安装nlg-yongzhuo, 如果需要该功能自行安装;
默认不指定numpy, pandas, scikit-learn版本, 过高或者过低的版本可能不支持
标准版本的依赖包详见 requirements-all.txt
```
1. 通过PyPI安装(模型文件另需下载, 详见[命名实体提取](#命名实体提取), [词性标注](#词性标注)):
```
pip install macropodus
Expand Down
2 changes: 1 addition & 1 deletion macropodus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# @function: version of Macropodus


__version__ = "0.0.6"
__version__ = "0.0.7"
1 change: 1 addition & 0 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ networkx==2.4
tensorflow-gpu==1.15.0
keras-bert==0.80.0
keras-adaptive-softmax==0.6.0
nlg-yongzhuo==0.0.4
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
scikit-learn==0.19.1
nlg-yongzhuo==0.0.4
pandas==0.23.4
numpy
pandas
scikit-learn
passlib==1.7.1
gensim==3.7.1
numpy==1.16.2
tqdm==4.31.1
networkx==2.4
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'],
)
Expand Down

0 comments on commit 1d7b8f9

Please sign in to comment.