Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tlk1997 committed Aug 28, 2022
1 parent 89ddc7f commit b0980cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='deepke', # 打包后的包文件名
version='2.0.5', #版本号
version='2.1.0', #版本号
keywords=["pip", "RE","NER","AE"], # 关键字
description='DeepKE 是基于 Pytorch 的深度学习中文关系抽取处理套件。', # 说明
long_description="client", #详细说明
Expand All @@ -29,7 +29,8 @@
'wandb==0.12.7',
"ujson",
"huggingface_hub==0.2.1",
"pytorch-crf==0.7.2"
"pytorch-crf==0.7.2",
"pyld==2.0.3"
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b0980cd

Please sign in to comment.